Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <xavier@inv.cafe>
  • Loading branch information
aurexav committed Jul 24, 2024
1 parent 8d4ed9e commit 3583c95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ 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 }}
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none
rustup target add ${{ matrix.target.name }}
- name: Setup build environment (macOS)
if: matrix.target.os == 'macos-latest'
env:
Expand Down

0 comments on commit 3583c95

Please sign in to comment.