Skip to content

Commit

Permalink
Check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tharun571 committed Jul 8, 2024
1 parent 33e5e40 commit 0d64cd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
run: |
micromamba shell hook -s cmd.exe -p C:\Users\runneradmin\micromamba-root
- name: activate environment
if: ${{ runner.os != 'windows' }}
shell: bash -l {0}
run: |
micromamba activate xeus-cpp
- name: install cxx compiler
if: ${{ runner.os != 'windows' }}
shell: bash -l {0}
Expand Down

0 comments on commit 0d64cd3

Please sign in to comment.