Skip to content

Commit

Permalink
changed shell
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Dec 21, 2023
1 parent 9e40638 commit a9bb3e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,22 @@ jobs:
micromamba shell hook -s cmd.exe -p C:\Users\runneradmin\micromamba-root
- name: cmake configure
shell: powershell
shell: cmd
run: |
mkdir -p bld
cd bld
cmake .. -DCMAKE_BUILD_TYPE=Release -DDEPENDENCY_SEARCH_PREFIX="%CONDA_PREFIX%\Library" -DCMAKE_PREFIX_PATH="%CONDA_PREFIX%\Library" -DCMAKE_INSTALL_PREFIX="%CONDA_PREFIX%"
- name: build
shell: powershell
shell: cmd
run: |
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus-cpp
cd bld
set CL=/MP
nmake install
- name: test
shell: powershell
shell: cmd
run: |
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus-cpp
cd test
Expand Down

0 comments on commit a9bb3e7

Please sign in to comment.