Skip to content

Commit

Permalink
fix: build package dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jun 27, 2024
1 parent c361889 commit 77018c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
uses: actions/checkout@v4
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
if: matrix.os == 'ubuntu-latest'
with:
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
Expand Down
32 changes: 0 additions & 32 deletions scripts/make-distributions.sh

This file was deleted.

0 comments on commit 77018c7

Please sign in to comment.