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 622ca51 commit e914b88Copy full SHA for e914b88
.github/workflows/makefile.yml
@@ -72,13 +72,13 @@ jobs:
72
bmake
73
zlib-dev
74
linux-headers
75
- shell: alpine.sh {0}
+ shell-name: alpine.sh {0}
76
- name: Configure, build, and test on x86_64
77
run: |
78
cat /etc/alpine-release
79
./configure
80
bmake regress
81
- shell: bash
+ shell: alpine.sh {0}
82
alpine_aarch64:
83
runs-on: ubuntu-latest
84
steps:
0 commit comments