Skip to content

Commit eeb248b

Browse files
Merge pull request #27 from awvwgk/setup-fortran
Update setup-fortran action
2 parents da6935a + 66f095b commit eeb248b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
toolchain: {compiler: intel, version: '2023.2'}
2525

2626
steps:
27-
- uses: awvwgk/[email protected]
27+
- uses: fortran-lang/[email protected]
2828
id: setup-fortran
2929
with:
3030
compiler: ${{ matrix.toolchain.compiler }}
@@ -45,4 +45,4 @@ jobs:
4545

4646
- name: Test with CMake
4747
working-directory: ${{github.workspace}}/build
48-
run: ctest -C ${{env.BUILD_TYPE}}
48+
run: ctest -C ${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)