Skip to content

Commit c3aaa72

Browse files
committed
chore(ci): add vendored openssl to the prebuilds
1 parent 7b43e1e commit c3aaa72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# if: ${{ matrix.setup }}
5959
# run: ${{ matrix.setup }}
6060

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

6363
- name: Upload Release Asset
6464
id: upload-release-asset

0 commit comments

Comments
 (0)