Skip to content

Commit ed05600

Browse files
committed
fix(cargo-codspeed): avoid installing the target with rustup when using cross
1 parent 5ef62a8 commit ed05600

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
- uses: actions/checkout@v3
5353
- uses: moonrepo/setup-rust@v0
5454
with:
55-
targets: ${{ matrix.target }}
56-
cache-target: ${{ matrix.target }}/release
5755
bins: cross
5856

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

0 commit comments

Comments
 (0)