Skip to content

Commit

Permalink
Getting rid of redundant job (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 authored Nov 8, 2024
1 parent d4b7813 commit 381f05d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
run: |
micromamba shell hook -s cmd.exe --root-prefix C:\Users\runneradmin\micromamba-root
- name: install cxx compiler
if: ${{ runner.os != 'windows' }}
shell: bash -l {0}
run: |
$HOME/micromamba-bin/micromamba install cxx-compiler -c conda-forge -y
- name: cmake configure
if: ${{ runner.os == 'windows' }}
shell: cmd /C call {0}
Expand Down

0 comments on commit 381f05d

Please sign in to comment.