maint: remove usage of Docker #7

Merged
Future merged 2 commits from build/patch into main 2024-07-06 21:28:34 +00:00
2 changed files with 6 additions and 11 deletions

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

View File

@ -13,14 +13,8 @@ jobs:
lfs: false
- name: Create release
uses: addnab/docker-run-action@v3
with:
image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
export TZ=America/Los_Angeles
./.gitea/scripts/ci.sh
run: |
./.gitea/scripts/ci.sh
- name: Upload release
uses: actions/upload-artifact@v3