build: attempt to create release from a Docker container (#6)
All checks were successful
Build / build-linux (push) Successful in 1m4s

This commit is contained in:
2024-06-18 17:17:38 +00:00
parent f99ccffeab
commit ac617ef014
2 changed files with 12 additions and 2 deletions

View File

@ -2,6 +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
# setup
mkdir build
cd build