maint: fix this step
All checks were successful
Build / build-linux (push) Successful in 7s

This commit is contained in:
6arelyFuture 2024-07-06 21:27:53 +00:00
parent 83640b722b
commit 3a9f6a354d

View File

@ -2,9 +2,10 @@
set -e
echo "Downloading dependencies"
apt-get update > /dev/null 2>&1
apt-get install -y build-essential software-properties-common > /dev/null 2>&1
# 22-bookworm should have everything
# echo "Downloading dependencies"
# apt-get update > /dev/null 2>&1
# apt-get install -y build-essential software-properties-common > /dev/null 2>&1
# setup
mkdir build