Compare commits
No commits in common. "289801f9f097e2c024f9cebcd0b72bc1b2dad6c9" and "4ca0da4aefa010d2220dd0307d0d7ad58c32ef68" have entirely different histories.
289801f9f0
...
4ca0da4aef
@ -436,9 +436,9 @@ jobs:
|
|||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
# Step 5: Rust (not pre-installed in ubuntu:22.04)
|
# Step 5: Rust (not pre-installed in ubuntu:22.04)
|
||||||
# source "$HOME/.cargo/env" in the Build step handles PATH — no GITHUB_PATH needed
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
|
||||||
--default-toolchain 1.88.0 --profile minimal --no-modify-path
|
--default-toolchain 1.88.0 --profile minimal --no-modify-path
|
||||||
|
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
|
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user