Why must you claim the package doesnt exist when its right here in the apt search
Some checks failed
Build / Check (push) Successful in 25s
Build / Linux build (push) Failing after 3m6s

This commit is contained in:
2026-03-20 12:47:40 -04:00
parent 40e11f7776
commit 67ba4240b3

View File

@@ -24,6 +24,9 @@ jobs:
- name: Adding cross compiler
run: rustup target add x86_64-pc-windows-gnu
- name: Apt update
run: sudo apt update
- name: Installing windows linker
run: sudo apt-get install mingw-w64 -y