mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
Use sudo for mount
This commit is contained in:
parent
143fb2bf62
commit
ebddf8febe
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -72,14 +72,11 @@ jobs:
|
||||
arch: aarch64
|
||||
distro: bullseye
|
||||
|
||||
# Not required, but speeds up builds by storing container images in a GitHub package registry.
|
||||
githubToken: ${{ github.token }}
|
||||
|
||||
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
|
||||
sudo 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