diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index aa36609..6eacebe 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -114,6 +114,8 @@ jobs: - "/etc/ssl/certs:/etc/ssl/certs:ro" options: --cpus 10 steps: + - run: apt-get -y update + - run: apt-get install nodejs git - uses: actions/checkout@v3 - run: make build-deps - run: make build