mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-03-01 15:01:14 +01:00
Fix CI build by adding edge/community repository
This commit is contained in:
parent
e0b9819859
commit
dcb1a7e54c
@ -13,7 +13,9 @@ commands:
|
||||
steps:
|
||||
- run:
|
||||
name: "APK: Add repository."
|
||||
command: printf "\n%s\n" "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||
command: |
|
||||
printf "\n%s\n" "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||
printf "\n%s\n" "http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
|
||||
- run:
|
||||
name: "APK: Update cache."
|
||||
command: apk update
|
||||
|
Loading…
Reference in New Issue
Block a user