mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 15:25:35 +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
|
BUILD_TARGET: raspbian
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- 'sudo apt update'
|
- 'sudo apt update || true'
|
||||||
- 'sudo apt install -y $PACKAGES'
|
- 'sudo apt install -y $PACKAGES'
|
||||||
- '[ "$BUILD_TARGET" != raspbian ] || docker run --rm --privileged multiarch/qemu-user-static --reset -p yes'
|
- '[ "$BUILD_TARGET" != raspbian ] || docker run --rm --privileged multiarch/qemu-user-static --reset -p yes'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user