We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5850d commit 92a5150Copy full SHA for 92a5150
.github/workflows/ci.yaml
@@ -67,6 +67,7 @@ jobs:
67
run: |
68
set -e
69
# Setup repositories
70
+ mkdir -p /etc/apk
71
echo "https://dl-cdn.alpinelinux.org/alpine/v3.18/main" > /etc/apk/repositories
72
echo "https://dl-cdn.alpinelinux.org/alpine/v3.18/community" >> /etc/apk/repositories
73
apk update
@@ -189,6 +190,7 @@ jobs:
189
190
191
192
193
194
195
196
0 commit comments