Skip to content

Commit

Permalink
[build]: Remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Sep 4, 2023
1 parent 87ba7e8 commit 2155221
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/jni-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ 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: |
tools/install-sys-dependencies-mac
Expand Down

0 comments on commit 2155221

Please sign in to comment.