fix pkg
All checks were successful
release / Release (push) Successful in 38s

This commit is contained in:
2026-03-02 17:36:50 +09:00
parent 2f2194c3ab
commit 983df3518c
5 changed files with 5 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ sha256sums=('SKIP')
build() {
cd shell
export CC=gcc
cargo build --release
}