Skip to content

Commit

Permalink
Remove GFortran on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 12, 2024
1 parent 47f4e75 commit 4357c2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ jobs:
llvm-openmp=14.0.4
fypp=3.2
- name: Remove GFortran (Linux)
if: ${{ startsWith(matrix.os, 'ubuntu') }}
shell: bash -e -x -l {0}
run: |
sudo apt-get remove -y gfortran
- name: Print installed packages information
shell: bash -e -x -l {0}
run: |
Expand Down

0 comments on commit 4357c2e

Please sign in to comment.