Skip to content

Commit

Permalink
chore(ci): fix cargo build for cargo-codspeed
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Oct 23, 2023
1 parent 518659d commit 1285f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# if: ${{ matrix.setup }}
# run: ${{ matrix.setup }}

- run: cargo build --release --features vendored-openssl --bin cargo-codspeed -- --target ${{ matrix.target }}
- run: cargo build --release --features vendored-openssl --bin cargo-codspeed --target ${{ matrix.target }}

- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 1285f29

Please sign in to comment.