mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
Download rust? #3
This commit is contained in:
parent
943227c16b
commit
bfd2a44e2e
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -76,8 +76,11 @@ jobs:
|
||||
githubToken: ${{ github.token }}
|
||||
|
||||
install: |
|
||||
apt-get update && apt-get install cargo build-essential yasm libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavdevice-dev libswresample-dev libfftw3-dev ffmpeg -y
|
||||
apt-get update && apt-get install build-essential yasm libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavdevice-dev libswresample-dev libfftw3-dev ffmpeg wget -y
|
||||
run: |
|
||||
wget https://static.rust-lang.org/rustup/dist/aarch64-unknown-linux-gnu/rustup-init
|
||||
chmod +x rustup-init
|
||||
./rustup-init -y
|
||||
cargo build --release
|
||||
strip target/release/bliss-analyser
|
||||
mkdir releases
|
||||
|
Loading…
x
Reference in New Issue
Block a user