We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8442ef5 commit 013a57dCopy full SHA for 013a57d
1 file changed
.github/workflows/ci.yml
@@ -41,13 +41,17 @@ jobs:
41
- name: Build
42
shell: cmd /C CALL {0}
43
run: |
44
+ call micromamba activate ci_environment
45
+
46
mkdir build
47
cd build
48
cmake -GNinja ..
49
ninja
50
51
- name: Test
- shell: cmd /C CALL {0}
- run: |
52
+ shell: cmd /C call {0}
53
+ run: |
54
55
56
57
ninja test
0 commit comments