Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Feb 27, 2024
1 parent 03cf17c commit 368a77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}
# - run: ${{ steps.setup-fortran.outputs.fc }} --version
- run: ${{ steps.setup-fortran.outputs.fc }} --version
- uses: fortran-lang/setup-fpm@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}
- run: ${{ steps.setup-fortran.outputs.fc }} --version
- run: ${{ steps.setup-fortran.outputs.fc }} /version
- run: make test FC=${{ steps.setup-fortran.outputs.fc }}

format:
Expand Down

0 comments on commit 368a77e

Please sign in to comment.