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 9, 2024
1 parent 192c5ad commit 499a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macOS-Universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
rustup toolchain install 1.79.0
if [[ $GHA_ARCH == 'x86_64' ]];then
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
else
rustup target add aarch64-apple-darwin
fi
Expand Down

0 comments on commit 499a8c8

Please sign in to comment.