add missing dep gcc for arch

This commit is contained in:
2025-03-02 06:27:04 +05:30
parent 2fbd40841c
commit 423321fe9f

View File

@@ -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