Skip to content

Commit a89f5e7

Browse files
authored
Update build_linux.yml
1 parent bb806f6 commit a89f5e7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/build_linux.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,19 @@ jobs:
1616

1717
- name: checkout-fortran-strings
1818
uses: actions/checkout@v3
19+
with:
20+
path: fortran-strings
21+
22+
- name: setup-fortran
23+
uses: awvwgk/setup-fortran@v1
1924
with:
2025
compiler: ${{ matrix.toolchain.compiler }}
2126
version: ${{ matrix.toolchain.version }}
22-
path: fortran-strings
23-
27+
28+
- run: ${{ env.FC }} --version
29+
env:
30+
FC: ${{ steps.setup-fortran.outputs.fc }}
31+
2432
- name: build and test
2533
run: |
2634
cd fortran-strings

0 commit comments

Comments
 (0)