mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-21 15:46:03 +00:00
Update build.yml
This commit is contained in:
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}}
|
||||||
|
Reference in New Issue
Block a user