Install the right package
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user