We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da6935a + 66f095b commit eeb248bCopy full SHA for eeb248b
1 file changed
.github/workflows/cmake.yml
@@ -24,7 +24,7 @@ jobs:
24
toolchain: {compiler: intel, version: '2023.2'}
25
26
steps:
27
- - uses: awvwgk/setup-fortran@v1.6.1
+ - uses: fortran-lang/setup-fortran@v1.6.1
28
id: setup-fortran
29
with:
30
compiler: ${{ matrix.toolchain.compiler }}
@@ -45,4 +45,4 @@ jobs:
45
46
- name: Test with CMake
47
working-directory: ${{github.workspace}}/build
48
- run: ctest -C ${{env.BUILD_TYPE}}
+ run: ctest -C ${{env.BUILD_TYPE}}
0 commit comments