Skip to content

Commit c14ceb2

Browse files
committed
Update CI
1 parent 372d062 commit c14ceb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install deps
2929
run: |
30-
sudo bash -c 'apt update && apt install upx binutils gcc-mingw-w64 musl-tools -y'
30+
sudo bash -c 'apt update && apt install upx binutils musl-tools -y'
3131
rustup component add rust-src --toolchain nightly
3232
cargo install cross
3333
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build x86_64 windows
5656
run: |
5757
cargo clean
58-
cargo build --release --target x86_64-pc-windows-gnu
58+
cross build --release --target x86_64-pc-windows-gnu
5959
mv target/x86_64-pc-windows-gnu/release/ulexec.exe ulexec-x86_64.exe
6060
upx --force -9 --best ulexec-x86_64.exe -o ulexec-x86_64-upx.exe
6161

0 commit comments

Comments
 (0)