Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
AurevoirXavier committed Jul 24, 2024
1 parent 8d4ed9e commit 21d3c15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
steps:
- name: Fetch latest code
uses: actions/checkout@v4
- name: Patch for https://github.com/Homebrew/homebrew-core/pull/177840
if: matrix.target.os == 'macos-latest'
run: brew update
- name: Setup Rust toolchain
run: rustup target add ${{ matrix.target.name }}
- name: Setup build environment (macOS)
Expand Down

0 comments on commit 21d3c15

Please sign in to comment.