Unverified Commit 4f4f3bfd by Edward Thomson Committed by GitHub

Merge pull request #5703 from libgit2/ethomson/arm-actions

ci: propagate environment variables
parents ca9c49c8 2193f32a
......@@ -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