diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7de9685..4cc0277 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: image: docker:dind steps: + - run: apg-get update + - run: install node - uses: actions/checkout@v3 - uses: docker/login-action@v2 with: