Skip to content

Commit

Permalink
fix(cargo-codspeed): avoid installing the target with rustup when usi…
Browse files Browse the repository at this point in the history
…ng cross
  • Loading branch information
art049 committed Sep 6, 2024
1 parent 5ef62a8 commit ed05600
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v0
with:
targets: ${{ matrix.target }}
cache-target: ${{ matrix.target }}/release
bins: cross

- run: ${{ matrix.cross && 'cross' || 'cargo' }} build --locked --release --features vendored-openssl --bin cargo-codspeed --target ${{ matrix.target }}
Expand Down

0 comments on commit ed05600

Please sign in to comment.