Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
informationsea committed Jun 22, 2024
1 parent c9df049 commit b737fb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,18 @@ jobs:
- runs-on: ubuntu-latest
target: x86_64-unknown-linux-gnu
test: true
cross: true
cross: false
- runs-on: ubuntu-latest
target: x86_64-unknown-linux-musl
test: true
cross: true
- runs-on: ubuntu-latest
target: aarch64-unknown-linux-gnu
test: true
test: false
cross: true
- runs-on: ubuntu-latest
target: armv7-unknown-linux-gnueabihf
test: false
cross: true
- runs-on: ubuntu-latest
target: aarch64-unknown-linux-musl
Expand All @@ -57,10 +61,6 @@ jobs:
target: aarch64-pc-windows-msvc
test: false
cross: false
- runs-on: ubuntu-latest
target: x86_64-unknown-freebsd
test: false
cross: true
env:
CARGO_CMD: ${{ matrix.config.cross && 'cross' || 'cargo' }}
ARTIFACT_SUFFIX: ${{ contains(matrix.config.target, 'windows') && '.exe' || '' }}
Expand Down

0 comments on commit b737fb0

Please sign in to comment.