mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 20:40:08 +00:00
Update build.yml
This commit is contained in:
parent
6e1d8868f8
commit
f1fed5feb6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -213,6 +213,8 @@ jobs:
|
|||||||
elif [[ ${{matrix.arch}} == 'armhf' ]]; then
|
elif [[ ${{matrix.arch}} == 'armhf' ]]; then
|
||||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/arm-linux-gnueabihf/pkgconfig/
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/arm-linux-gnueabihf/pkgconfig/
|
||||||
fi
|
fi
|
||||||
|
export RUSTUP_HOME=/rustup
|
||||||
|
export CARGO_HOME=/cargo
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
rustup target add ${{matrix.rust_triple}}
|
rustup target add ${{matrix.rust_triple}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user