Skip to content

Commit 9b3bebe

Browse files
committed
ci: propagate env
1 parent 4ea5beb commit 9b3bebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
7070
if: matrix.config.qemu == true
7171
- name: Build and test
72+
env: ${{ matrix.config.env }}
7273
run: |
7374
if [ -n "${{ matrix.config.container }}" ]; then
7475
docker run -v $(pwd):/src -w /src -e CC -e CMAKE_GENERATOR -e CMAKE_OPTIONS -e PKG_CONFIG_PATH -e SKIP_SSH_TESTS -e SKIP_NEGOTIATE_TESTS ${{ matrix.config.container }} /bin/bash -c "mkdir build && cd build && ../ci/build.sh && ../ci/test.sh"

0 commit comments

Comments
 (0)