Skip to content

Commit 622ca51

Browse files
committed
Bring alpine-aarch64 to match documentation
1 parent 391039e commit 622ca51

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/makefile.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,24 @@ jobs:
6161
alpine_x86_64:
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/checkout@master
64+
- uses: actions/checkout@v2
6565
- name: Setup Alpine Linux environment for x86_64
66-
uses: jirutka/setup-alpine@v1.1.4
66+
uses: jirutka/setup-alpine@v1
6767
with:
68+
branch: v3.15
6869
packages: >
6970
build-base
7071
curl-dev
7172
bmake
7273
zlib-dev
7374
linux-headers
74-
shell-name: alpine-x86_64.sh
75+
shell: alpine.sh {0}
7576
- name: Configure, build, and test on x86_64
7677
run: |
7778
cat /etc/alpine-release
7879
./configure
7980
bmake regress
80-
shell: alpine-x86_64.sh {0}
81+
shell: bash
8182
alpine_aarch64:
8283
runs-on: ubuntu-latest
8384
steps:

0 commit comments

Comments
 (0)