Add sudo
This commit is contained in:
parent
01aa49f761
commit
768c0e6dce
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
- name: Install binary compressor
|
- 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
|
- 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
|
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
|
- name: Upload a Build Artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user