Skip to content

Commit

Permalink
Temporarily pin macOS buck2 build to x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 27, 2024
1 parent d5dd976 commit ea7f0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buck2.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: rust-src
target: ${{matrix.os == 'macos' && 'x86_64-apple-darwin' || ''}}
- uses: dtolnay/install-buck2@latest
with:
prelude-submodule: tools/buck/prelude
Expand Down

0 comments on commit ea7f0a7

Please sign in to comment.