Skip to content

Commit

Permalink
Uninstall rtools, which includes gcc mingw-w64 compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 9, 2024
1 parent 8b11cf2 commit 5899fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Remove pre-installed Fortran from build machine
run: |
choco list
choco uninstall gfortran
choco uninstall rtools
choco list
- name: Configure Meson project
Expand Down

0 comments on commit 5899fbd

Please sign in to comment.