Actually check the package name instead of trusting some dumbass on stackoverflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user