Skip to content

Commit 21d683a

Browse files
committed
More fixes for shell
1 parent e914b88 commit 21d683a

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-name: alpine.sh {0}
75+
shell-name: alpine-x86_64.sh
7676
- name: Configure, build, and test on x86_64
7777
run: |
7878
cat /etc/alpine-release
7979
./configure
8080
bmake regress
81-
shell: alpine.sh {0}
81+
shell: alpine-x86_64.sh {0}
8282
alpine_aarch64:
8383
runs-on: ubuntu-latest
8484
steps:

0 commit comments

Comments
 (0)