Skip to content

Commit

Permalink
Update: README for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
LKedward committed Dec 9, 2020
1 parent d2810ef commit 64d2183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fpm-version: ${{ matrix.fpm-version }}
use-bootstrap: ${{ matrix.use-bootstrap }}
use-haskell: ${{ matrix.use-bootstrap }}

- name: test fpm
run: fpm --help
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __GitHub Action to setup the [Fortran Package Manager](https://github.com/fortra
## Usage

```yaml
- uses: fortran-lang/setup-fpm@v2
- uses: fortran-lang/setup-fpm@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 64d2183

Please sign in to comment.