From 87ba7e871bff0477c717ebb9ed0740cf16ea212c Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Mon, 4 Sep 2023 18:42:35 +0200 Subject: [PATCH] [build]: Install rustup one more time --- .github/workflows/jni-macos.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jni-macos.yml b/.github/workflows/jni-macos.yml index df823f5deb0..50d6f335ac5 100644 --- a/.github/workflows/jni-macos.yml +++ b/.github/workflows/jni-macos.yml @@ -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