This commit is contained in:
Adrian Woźniak 2021-07-30 10:21:31 +02:00
parent 01aa49f761
commit 768c0e6dce
No known key found for this signature in database
GPG Key ID: DE43476F72AD3F6C

View File

@ -24,7 +24,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Install binary compressor
run: apt-get update && apt-get install upx-ucl
run: sudo apt-get update && sudo apt-get install upx-ucl
- name: Build
run: cargo build --release --verbose --target=x86_64-unknown-linux-musl && strip ./target/x86_64-unknown-linux-musl/release/amdfand && upx --best --lzma target/x86_64-unknown-linux-musl/release/amdfand
- name: Upload a Build Artifact