Commit 2193f32a7673618312cc8223fdee896835044d6c

Edward Thomson 2020-11-20T23:24:44

ci: propagate environment variables

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 70edd96..aae6c4c 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 }}