Skip to content

Commit 0291582

Browse files
authored
setup latest gcc instead of pre-provided
1 parent c315780 commit 0291582

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conda_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
run:
1717
shell: bash -l {0}
1818
steps:
19+
- name: Setup Latest gcc
20+
uses: Dup4/actions-setup-gcc@v1
1921
- uses: actions/checkout@v4
2022
- name: Setup Conda with Python 3.7
2123
uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)