From d552623e814338e1eec1df0c4c6430e377b764f4 Mon Sep 17 00:00:00 2001 From: ClarkXia Date: Thu, 9 May 2024 14:16:06 +0800 Subject: [PATCH] fix: ci --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5bb9d5a..db1087d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: name: darwin-x64 target: x86_64-apple-darwin build: | - yarn build --target darwin-x64 + yarn build strip -x *.node - host: windows-latest name: win32-x64-msvc @@ -97,7 +97,7 @@ jobs: uses: dtolnay/rust-toolchain@stable if: ${{ !matrix.settings.docker }} with: - toolchain: stable + toolchain: nightly-2023-12-28 targets: ${{ matrix.settings.target }} - name: Cache cargo uses: actions/cache@v3