diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-20 23:24:44 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-20 23:24:44 +0000 |
commit | 2193f32a7673618312cc8223fdee896835044d6c (patch) | |
tree | b61fe4ba0f0eeb6d7566ad35ce7c0cb7dbf92895 /.github/workflows | |
parent | 823137dcc6e4c3d46497ad59c8c0501863b6378f (diff) | |
download | libgit2-2193f32a7673618312cc8223fdee896835044d6c.tar.gz |
ci: propagate environment variablesethomson/arm-actions
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/nightly.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 70edd9659..aae6c4c34 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -131,6 +131,7 @@ jobs: - name: Set up build environment run: ci/setup-${{ matrix.platform.setup-script }}.sh shell: bash + env: ${{ matrix.platform.env }} if: matrix.platform.setup-script != '' - name: Download container run: ci/getcontainer.sh ${{ env.docker-config-path }}/${{ matrix.platform.image }} |