We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d38bd4 commit 9f9fccfCopy full SHA for 9f9fccf
1 file changed
.github/workflows/main.yml
@@ -21,14 +21,14 @@ jobs:
21
- os: ubuntu-latest
22
arch: x86_64
23
name: linux
24
- - os: LinuxARM64
+ - os: ubuntu-22.04-arm
25
arch: arm64
26
27
28
29
name: linux-musl
30
container: alpine:latest
31
- - os: ubuntu-24.04-arm
32
33
34
- os: macos-latest
@@ -93,8 +93,7 @@ jobs:
93
-e WEBLITE="${{ env.WEBLITE }}" \
94
alpine:latest \
95
sh -c '
96
- apk update && apk add --no-cache git gcc make curl sqlite openssl-dev musl-dev linux-headers
97
- git config --global --add safe.directory "*"
+ apk update && apk add --no-cache gcc make curl sqlite openssl-dev musl-dev linux-headers
98
make extension
99
make test
100
'
0 commit comments