Skip to content

Commit

Permalink
Cut unnecessary build
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers authored Nov 30, 2024
1 parent 2fedb6a commit 5d5e791
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,5 @@ jobs:
- name: Use Rust 1.83.0 with target ${{ matrix.job.target }}
run: rustup override set 1.83.0-${{ matrix.job.target }}
- uses: Swatinem/rust-cache@v2
- name: Build in release mode
run: cargo build --release --target=${{ matrix.job.target }}
- name: Publish to Crates.io
run: cargo publish --token ${{ secrets.CRATES_IO_API_TOKEN }}

0 comments on commit 5d5e791

Please sign in to comment.