Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Oct 17, 2023
1 parent 18e832c commit 6a28e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: cmake configure
shell: cmd
run: |
call C:\Users\runneradmin\micromamba-bin\micromamba.exe activate xeus-qt-python
cmake .. ^
-G Ninja ^
-DCMAKE_BUILD_TYPE=Release ^
Expand All @@ -85,6 +86,7 @@ jobs:
- name: Build and install
shell: cmd
run: |
call C:\Users\runneradmin\micromamba-bin\micromamba.exe activate xeus-qt-python
set CL=/MP
ninja install
working-directory: build

0 comments on commit 6a28e0e

Please sign in to comment.