Skip to content

Commit

Permalink
fix workflow var
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 20, 2021
1 parent 1c55498 commit 210b757
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Expand Up @@ -157,12 +157,12 @@ jobs:
-v /home/runner/QGIS/.ccache:/root/.ccache \
--env-file .docker/docker-variables.env \
--env PUSH_TO_CDASH=true \
--env WITH_QT5=${ matrix.with-qt5 } \
--env WITH_QT6=${ matrix.with-qt6 } \
--env WITH_QUICK=${ matrix.with-quick } \
--env WITH_3D=${ matrix.with-3d } \
--env WITH_BINDINGS=${ matrix.with-bindings } \
--env PATCH_QT_3D=${ matrix.patch-qt-3d } \
--env WITH_QT5=${{ matrix.with-qt5 }} \
--env WITH_QT6=${{ matrix.with-qt6 }} \
--env WITH_QUICK=${{ matrix.with-quick }} \
--env WITH_3D=${{ matrix.with-3d }} \
--env WITH_BINDINGS=${{ matrix.with-bindings }} \
--env PATCH_QT_3D=${{ matrix.patch-qt-3d }} \
qgis3-build-deps \
/root/QGIS/.docker/docker-qgis-build.sh
Expand Down

0 comments on commit 210b757

Please sign in to comment.