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 d2810ef commit 64d2183Copy full SHA for 64d2183
.github/workflows/test-workflow.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
github-token: ${{ secrets.GITHUB_TOKEN }}
21
fpm-version: ${{ matrix.fpm-version }}
22
- use-bootstrap: ${{ matrix.use-bootstrap }}
+ use-haskell: ${{ matrix.use-bootstrap }}
23
24
- name: test fpm
25
run: fpm --help
README.md
@@ -9,7 +9,7 @@ __GitHub Action to setup the [Fortran Package Manager](https://github.com/fortra
9
## Usage
10
11
```yaml
12
- - uses: fortran-lang/setup-fpm@v2
+ - uses: fortran-lang/setup-fpm@v3
13
14
15
```
0 commit comments