Commit 2193f32a by Edward Thomson

ci: propagate environment variables

parent 823137dc
......@@ -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 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment