We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8a570 commit e2241efCopy full SHA for e2241ef
.github/workflows/build.yml
@@ -29,12 +29,12 @@ jobs:
29
with:
30
python-version: "3.10"
31
32
- - name: Install GFortran (Linux)
33
- run: |
34
- sudo update-alternatives \
35
- --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc }} 100 \
36
- --slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${{ matrix.gcc }} \
37
- --slave /usr/bin/gcov gcov /usr/bin/gcov-${{ matrix.gcc }}
+ - name: Setup Fortran compiler
+ uses: fortran-lang/[email protected]
+ id: setup-fortran
+ with:
+ compiler: gcc
+ version: 10
38
39
- name: Install sphinx
40
run: pip3 install --user -r requirements.txt
0 commit comments