diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6eacebe..703034b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -115,7 +115,7 @@ jobs: options: --cpus 10 steps: - run: apt-get -y update - - run: apt-get install nodejs git + - run: apt-get install -y nodejs git - uses: actions/checkout@v3 - run: make build-deps - run: make build