Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Nov 21, 2024
1 parent 372d062 commit c14ceb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install deps
run: |
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'
rustup component add rust-src --toolchain nightly
cargo install cross
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build x86_64 windows
run: |
cargo clean
cargo build --release --target x86_64-pc-windows-gnu
cross build --release --target x86_64-pc-windows-gnu
mv target/x86_64-pc-windows-gnu/release/ulexec.exe ulexec-x86_64.exe
upx --force -9 --best ulexec-x86_64.exe -o ulexec-x86_64-upx.exe
Expand Down

0 comments on commit c14ceb2

Please sign in to comment.