diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a74360e..e3c1409 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,12 +5,9 @@ jobs: container-job: runs-on: ubuntu-22.04 container: - image: ubuntu:22.04 + image: tqcq/aw-centos:8 options: --cpus 1 steps: - - run: | - apt-get update -y || true - apt-get install -y nodejs || true - uses: actions/setup-node@v4 with: node-version: 20