Actually check the package name instead of trusting some dumbass on stackoverflow
Some checks failed
Build / Check (push) Successful in 25s
Build / Linux build (push) Failing after 25s

This commit is contained in:
2026-03-20 12:45:22 -04:00
parent de20204e16
commit 40e11f7776

View File

@@ -25,7 +25,7 @@ jobs:
run: rustup target add x86_64-pc-windows-gnu
- name: Installing windows linker
run: sudo apt-get install gcc-mingw-w64-x86-64 -y
run: sudo apt-get install mingw-w64 -y
- name: Build linux debug
run: cargo build