We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391039e commit 622ca51Copy full SHA for 622ca51
.github/workflows/makefile.yml
@@ -61,23 +61,24 @@ jobs:
61
alpine_x86_64:
62
runs-on: ubuntu-latest
63
steps:
64
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2
65
- name: Setup Alpine Linux environment for x86_64
66
- uses: jirutka/setup-alpine@v1.1.4
+ uses: jirutka/setup-alpine@v1
67
with:
68
+ branch: v3.15
69
packages: >
70
build-base
71
curl-dev
72
bmake
73
zlib-dev
74
linux-headers
- shell-name: alpine-x86_64.sh
75
+ shell: alpine.sh {0}
76
- name: Configure, build, and test on x86_64
77
run: |
78
cat /etc/alpine-release
79
./configure
80
bmake regress
- shell: alpine-x86_64.sh {0}
81
+ shell: bash
82
alpine_aarch64:
83
84
0 commit comments