From ed05600589f617eab813ff17b49e45b001c9ea9f Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Fri, 6 Sep 2024 23:01:18 +0200 Subject: [PATCH] fix(cargo-codspeed): avoid installing the target with rustup when using cross --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a956eb1..19f539b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}