Skip to content

Commit 2b84bbc

Browse files
authored
Update ci.yml
1 parent a79b13b commit 2b84bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
mkdir -p build
2727
cd build
28-
cmake -DCMAKE_BUILD_TYPE=${{ matrix.mode }} ..
28+
${{ matrix.env }} cmake -DCMAKE_BUILD_TYPE=${{ matrix.mode }} ..
2929
make
3030
3131
- name: Check

0 commit comments

Comments
 (0)