Skip to content

Commit

Permalink
Try out commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Apr 25, 2024
1 parent 74089b3 commit 29e292e
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 @@ -20,12 +20,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: fortran-lang/setup-fortran@v1
- uses: fortran-lang/setup-fortran@848728b9f8f277e196a7e4e1afb61474c4869d2e
id: setup-fortran
with:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}
- uses: fortran-lang/setup-fpm@v5
- uses: fortran-lang/setup-fpm@
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: fpm test
Expand Down

0 comments on commit 29e292e

Please sign in to comment.