Skip to content

Commit 8442ef5

Browse files
committed
..
1 parent 9559bca commit 8442ef5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ jobs:
3939
environment-file: .github/micromamba_ci_environment.yml
4040

4141
- name: Build
42+
shell: cmd /C CALL {0}
4243
run: |
4344
mkdir build
4445
cd build
4546
cmake -GNinja ..
4647
ninja
4748
4849
- name: Test
50+
shell: cmd /C CALL {0}
4951
run: |
5052
cd build
5153
ninja test

0 commit comments

Comments
 (0)