mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
tmpfs?
This commit is contained in:
parent
a749c03195
commit
323978cbeb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -78,6 +78,8 @@ jobs:
|
||||
install: |
|
||||
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: |
|
||||
mkdir ~/.cargo
|
||||
mount -t tmpfs -o size=2048m tmpfs ~/.cargo
|
||||
wget https://static.rust-lang.org/rustup/dist/aarch64-unknown-linux-gnu/rustup-init
|
||||
chmod +x rustup-init
|
||||
./rustup-init -y
|
||||
|
Loading…
x
Reference in New Issue
Block a user