Skip to content

Commit

Permalink
(enh,ci) only ship the f90 files
Browse files Browse the repository at this point in the history
  • Loading branch information
14NGiestas committed Nov 27, 2024
1 parent 4d0a21c commit f4a746d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fpm-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
cp -R test mfi-fpm
cp fpm.toml mfi-fpm
cp LICENSE mfi-fpm
find mfi-fpm -type f ! -name "*.f90" -delete
- name: Install GFortran
run: |
Expand Down

0 comments on commit f4a746d

Please sign in to comment.