Work around broken APT config on AppVeyor Ubuntu2004 image

This commit is contained in:
Cameron Gutman 2023-07-15 01:18:45 -05:00
parent 0169cedb27
commit 6538d855d8

View File

@ -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'