Skip to content

Commit 18cdae1

Browse files
committed
clean up deployment workflow
1 parent d1f7b2b commit 18cdae1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
include:
1212
- os: ubuntu-latest
13-
toolchain: {compiler: gcc, version: 13, flags: ['-cpp -O3']}
13+
toolchain: {compiler: gcc, version: 13}
1414

1515
steps:
1616
- name: Checkout code
@@ -37,10 +37,9 @@ jobs:
3737

3838
- run: |
3939
python config/fypp_deployment.py --deploy_stdlib_fpm 1
40-
fpm test --flag "${{ join(matrix.toolchain.flags, ' ') }}"
40+
fpm test --profile release
4141
4242
# Update and deploy the f90 files generated by github-ci to the `stdlib-fpm` branch.
43-
# might no longer be needed
4443
- name: Deploy 🚀
4544
uses: JamesIves/github-pages-deploy-action@4.1.5
4645
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)