diff --git a/.gitea/scripts/ci.sh b/.gitea/scripts/ci.sh index 4481c43..da8f558 100755 --- a/.gitea/scripts/ci.sh +++ b/.gitea/scripts/ci.sh @@ -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