Skip to content

Commit 13e6989

Browse files
committed
Disable flang+fpm on windows due to known issue
1 parent 1cfcae5 commit 13e6989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- {os: ubuntu-latest, compiler: nvfortran}
3434
- {os: windows-latest, compiler: gfortran }
3535
- {os: windows-latest, compiler: ifx }
36-
- {os: windows-latest, compiler: flang-new}
36+
# - {os: windows-latest, compiler: flang-new} # see: https://github.com/gha3mi/setup-fortran-conda/issues/47
3737
- {os: macos-latest, compiler: gfortran }
3838
steps:
3939
- name: Setup Fortran

0 commit comments

Comments
 (0)