Skip to content

Commit 5b2fc35

Browse files
committed
fixup
1 parent 85e23fc commit 5b2fc35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
fpm-version: ${{ matrix.fpm-version }}
3737

3838
- name: Checkout the fpm repo
39-
if: matrix.fpm-version == "latest"
39+
if: matrix.fpm-version == 'latest'
4040
uses: actions/checkout@v4
4141
with:
4242
repository: fortran-lang/fpm
4343

4444
- name: Check that all the fpm tests pass
45-
if: matrix.fpm-version == "latest"
45+
if: matrix.fpm-version == 'latest'
4646
run: fpm test

0 commit comments

Comments
 (0)