We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e23fc commit 5b2fc35Copy full SHA for 5b2fc35
.github/workflows/test-workflow.yml
@@ -36,11 +36,11 @@ jobs:
36
fpm-version: ${{ matrix.fpm-version }}
37
38
- name: Checkout the fpm repo
39
- if: matrix.fpm-version == "latest"
+ if: matrix.fpm-version == 'latest'
40
uses: actions/checkout@v4
41
with:
42
repository: fortran-lang/fpm
43
44
- name: Check that all the fpm tests pass
45
46
run: fpm test
0 commit comments