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