Skip to content

Commit

Permalink
build: update CI configuration for rustls and improve job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
limitcool committed Jul 21, 2024
1 parent 411cf3c commit 6bffd12
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 192 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Dist
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false # don't fail other jobs if one fails
fail-fast: true # don't fail other jobs if one fails
matrix:
build: [x86_64-linux, aarch64-linux,x86_64-macos, x86_64-windows, aarch64-macos] #, x86_64-win-gnu, win32-msvc 去除x86_64-linux-musl
include:
Expand All @@ -34,7 +34,7 @@ jobs:
os: ubuntu-20.04
rust: stable
target: aarch64-unknown-linux-gnu
cross: false
cross: true
- build: x86_64-macos
os: macos-latest
rust: stable
Expand Down
Loading

0 comments on commit 6bffd12

Please sign in to comment.