diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 15cfe90..143ba9f 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -12,10 +12,10 @@ jobs: container: image: debian:stable-slim steps: - - name: manually install nodeJS + - name: manually install nodeJS & git run: | apt update - apt install -y nodejs + apt install -y nodejs git - uses: actions/checkout@v4 # with: