Skip to content

Commit

Permalink
[CI] explicit version number in fortran action for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Nov 17, 2024
1 parent 9277df6 commit 315bc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
matrix:
os: [windows-latest]
architecture: [x64, x86]
compiler: [gcc]

steps:
- name: Checkout repository
Expand All @@ -37,7 +36,8 @@ jobs:
- name: Install Fortran compiler
uses: fortran-lang/setup-fortran@v1
with:
compiler: ${{matrix.compiler}}
compiler: gcc
version: 13

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 315bc73

Please sign in to comment.