Skip to content

Commit

Permalink
ci(publish): remove matrix.target (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkwc committed Jun 5, 2024
1 parent 9992391 commit 4a2cc5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: Install Rust Tools
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}
components: rustfmt, clippy, llvm-tools

- name: Install cargo-llvm-cov
Expand All @@ -77,7 +76,7 @@ jobs:
- name: Build
run: |
cargo build --release --verbose --target ${{ matrix.target }}
make build
- name: Build archive
shell: bash
Expand Down

0 comments on commit 4a2cc5e

Please sign in to comment.