Skip to content

Commit

Permalink
Fix windows cmake config
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Dec 29, 2023
1 parent 6249c3c commit d1ea20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
echo "CMAKE_EXTRA_ARGS=$CMAKE_EXTRA_ARGS" >> $GITHUB_ENV
- name: Configure cmake
shell: powershell
shell: cmd /C call {0}
run: |
micromamba activate xeus-python
cmake .. ^
Expand All @@ -132,7 +132,7 @@ jobs:
${{ env.CMAKE_EXTRA_ARGS }}
working-directory: build

- name: build
- name: Build
shell: powershell
run: |
micromamba activate xeus-python
Expand Down

0 comments on commit d1ea20f

Please sign in to comment.