Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbyrd committed Jul 1, 2024
1 parent 4ad5e33 commit 0a5b45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Test Install
run: |
cd build
sudo apt-get install ./feq-parse_${{ github.ref_name }}_${{ github.ref_name }}.deb
sudo apt-get install ./feq-parse_${{ github.ref_name }}_${{ matrix.arch }}.deb
cd ../test
mkdir ../output
for file in *.f90; do gfortran "$file" -I /usr/local/include -L /usr/local/lib -l feqparse -o "../output/${file%.f90}"; done
Expand Down

0 comments on commit 0a5b45a

Please sign in to comment.