mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-06-30 23:05:43 +00:00
Work around broken APT config on AppVeyor Ubuntu2004 image
This commit is contained in:
parent
0169cedb27
commit
6538d855d8
@ -12,7 +12,7 @@ environment:
|
||||
BUILD_TARGET: raspbian
|
||||
|
||||
install:
|
||||
- 'sudo apt update'
|
||||
- 'sudo apt update || true'
|
||||
- 'sudo apt install -y $PACKAGES'
|
||||
- '[ "$BUILD_TARGET" != raspbian ] || docker run --rm --privileged multiarch/qemu-user-static --reset -p yes'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user