Skip to content

Commit

Permalink
Add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahr committed Sep 8, 2020
1 parent 54e13d1 commit aa83d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
distro: ubuntu18.04
githubToken: ${{ github.token }}
install: |
apt-get update -q
apt-get update -q -y
apt install -q -y libatomic1 libbsd0 clang libicu-dev libcurl4-nss-dev curl
curl -L https://github.com/uraimo/buildSwiftOnARM/releases/download/5.0.3/swift-5.0.3-armv7-Ubuntu1804.tgz -o /root/swift-5.0.3-armv7-Ubuntu1804.tgz
Expand Down
2 changes: 1 addition & 1 deletion src/run-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_deps () {
# Install support for non-amd64 emulation in Docker via QEMU.
# Platforms: linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x,
# linux/386, linux/arm/v7, linux/arm/v6
sudo apt-get update -y
sudo apt-get update -q -y
sudo apt-get -qq install -y qemu qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
}
Expand Down

0 comments on commit aa83d32

Please sign in to comment.