Skip to content

Commit 381f05d

Browse files
authored
Getting rid of redundant job (#173)
1 parent d4b7813 commit 381f05d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

-6
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ jobs:
7474
run: |
7575
micromamba shell hook -s cmd.exe --root-prefix C:\Users\runneradmin\micromamba-root
7676
77-
- name: install cxx compiler
78-
if: ${{ runner.os != 'windows' }}
79-
shell: bash -l {0}
80-
run: |
81-
$HOME/micromamba-bin/micromamba install cxx-compiler -c conda-forge -y
82-
8377
- name: cmake configure
8478
if: ${{ runner.os == 'windows' }}
8579
shell: cmd /C call {0}

0 commit comments

Comments
 (0)