Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed May 9, 2024
1 parent c0d66ca commit d552623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d552623

Please sign in to comment.