diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ba2ec56..6eded82 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: - name: Arch dependencies if: matrix.platform == 'arch-latest' run: | - pacman --noconfirm -Syu nodejs npm git rust rustup + pacman --noconfirm -Syu nodejs npm git rust rustup git-lfs rustup default stable - name: Setup Node.js uses: actions/setup-node@v4