Skip to content

Commit

Permalink
[FB] Workflow | WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Nov 10, 2024
1 parent 499a8c8 commit 6f5b582
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/macOS-Universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,13 @@ jobs:

- name: setup Rust 🦀
run: |
rustup toolchain install 1.79.0
rustup toolchain install 1.81.0
rustup default 1.81.0
if [[ $GHA_ARCH == 'x86_64' ]];then
rustup target add x86_64-apple-darwin
rustup target add x86_64-apple-darwin --toolchain 1.81.0
else
rustup target add aarch64-apple-darwin
rustup target add aarch64-apple-darwin --toolchain 1.81.0
fi
#? https://github.com/mozilla/sccache#known-caveats
Expand Down

0 comments on commit 6f5b582

Please sign in to comment.