Install the right package
Some checks failed
Build / Check (push) Successful in 24s
Build / Linux build (push) Failing after 26s

This commit is contained in:
2026-03-20 12:42:49 -04:00
parent bcb69474f9
commit de20204e16

View File

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