We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79b13b commit 2b84bbcCopy full SHA for 2b84bbc
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
mkdir -p build
27
cd build
28
- cmake -DCMAKE_BUILD_TYPE=${{ matrix.mode }} ..
+ ${{ matrix.env }} cmake -DCMAKE_BUILD_TYPE=${{ matrix.mode }} ..
29
make
30
31
- name: Check
0 commit comments