diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index eebd309..6382fe9 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -5,6 +5,8 @@ jobs: build: runs-on: catthehacker/ubuntu:act-latest steps: + - name: install docker + run: curl -fsSL https://get.docker.com | sh - name: checkout uses: actions/checkout@v4