We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372d062 commit c14ceb2Copy full SHA for c14ceb2
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install deps
29
run: |
30
- sudo bash -c 'apt update && apt install upx binutils gcc-mingw-w64 musl-tools -y'
+ sudo bash -c 'apt update && apt install upx binutils musl-tools -y'
31
rustup component add rust-src --toolchain nightly
32
cargo install cross
33
@@ -55,7 +55,7 @@ jobs:
55
- name: Build x86_64 windows
56
57
cargo clean
58
- cargo build --release --target x86_64-pc-windows-gnu
+ cross build --release --target x86_64-pc-windows-gnu
59
mv target/x86_64-pc-windows-gnu/release/ulexec.exe ulexec-x86_64.exe
60
upx --force -9 --best ulexec-x86_64.exe -o ulexec-x86_64-upx.exe
61
0 commit comments