Skip to content

Commit

Permalink
Try correct one once
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Feb 27, 2024
1 parent b0d6881 commit 82e8bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
with:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}
- run: ${{ steps.setup-fortran.outputs.fc }} /help
- run: ${{ steps.setup-fortran.outputs.fc }} /QV
- run: ${{ steps.setup-fortran.outputs.fc }} /what
- uses: fortran-lang/setup-fpm@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 82e8bad

Please sign in to comment.