diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd0454f3..012524c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,6 +131,7 @@ jobs: echo "curl_retry=${curl_retry}" >> $GITHUB_ENV # GAMCFGDIR should be recreated on every run GAMCFGDIR="${RUNNER_TEMP}/.gam" + echo "GAMCFGDIR=${GAMCFGDIR}" >> $GITHUB_ENV - name: Set env variables for test if: matrix.goal == 'test'