Skip to content

Commit e914b88

Browse files
committed
Fix alpine shell environment for run
1 parent 622ca51 commit e914b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
bmake
7373
zlib-dev
7474
linux-headers
75-
shell: alpine.sh {0}
75+
shell-name: alpine.sh {0}
7676
- name: Configure, build, and test on x86_64
7777
run: |
7878
cat /etc/alpine-release
7979
./configure
8080
bmake regress
81-
shell: bash
81+
shell: alpine.sh {0}
8282
alpine_aarch64:
8383
runs-on: ubuntu-latest
8484
steps:

0 commit comments

Comments
 (0)