Skip to content

Commit

Permalink
build: quiet apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Dec 12, 2023
1 parent 8a3a33b commit 3f15572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/machinesetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euo pipefail

echo "====== Install tools from apt"
apt-get update
apt-get install -y ca-certificates podman curl build-essential
apt-get install -qq -y ca-certificates podman curl build-essential

echo "====== Install catatonit"
curl -s -S -L -o /usr/local/bin/catatonit https://github.com/openSUSE/catatonit/releases/download/v0.1.7/catatonit.x86_64
Expand Down

0 comments on commit 3f15572

Please sign in to comment.