diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9005768..beda68d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,11 +8,7 @@ jobs: image: ubuntu:22.04 options: --cpus 1 steps: - - name: InstallGit - run: | - sed -i '/security.ubuntu.com/d' /etc/apt/sources.list - apt-get update -y - apt-get install -y git git-lfs + - uses: actions/setup-node@v4 - uses: actions/checkout@v4 - name: Check run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)