diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4667d9c..f9170f5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -40,6 +40,9 @@ jobs: container: image: node:20 steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Install build tools run: apt update && apt install -y zip