Skip to content

Commit

Permalink
[build]: Install rustup one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Sep 4, 2023
1 parent f83c915 commit 87ba7e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jni-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-27
- name: Install system dependencies
run: |
brew install rustup
tools/install-sys-dependencies-mac
tools/install-rust-dependencies
Expand Down

0 comments on commit 87ba7e8

Please sign in to comment.