Skip to content

Commit 64ec9f8

Browse files
committed
Use bash instead of POSIX sh for deployment script
1 parent af8b766 commit 64ec9f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fpm-deployment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Generate stdlib-fpm package 🔧
2424
run: |
25-
sh ./ci/fpm-deployment.sh
25+
bash ./ci/fpm-deployment.sh
2626
2727
- name: Install GFortran
2828
run: |
@@ -48,4 +48,4 @@ jobs:
4848
if: github.event_name != 'pull_request'
4949
with:
5050
BRANCH: stdlib-fpm
51-
FOLDER: stdlib-fpm
51+
FOLDER: stdlib-fpm

0 commit comments

Comments
 (0)