diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index fd33fc1..684723d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | - pacman -S --noconfirm rustup + pacman -S --noconfirm rustup gcc rustup default stable - name: Build with cargo