diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/configure.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index c34a82c..dcdd4b5 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml | |||
@@ -78,6 +78,8 @@ jobs: | |||
78 | make test | 78 | make test |
79 | make cover | 79 | make cover |
80 | working-directory: ${{ matrix.build-dir }} | 80 | working-directory: ${{ matrix.build-dir }} |
81 | env: | ||
82 | QEMU_RUN: ${{ matrix.qemu-run }} | ||
81 | 83 | ||
82 | - name: Upload build errors | 84 | - name: Upload build errors |
83 | uses: actions/upload-artifact@v3 | 85 | uses: actions/upload-artifact@v3 |