Skip to content

Commit 10354fa

Browse files
committed
chore: try changing cross version to get libssl3
1 parent c5b9436 commit 10354fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: matrix.target != ''
9595
uses: houseabsolute/actions-rust-cross@v1
9696
with:
97-
cross-version: baf457e # currently needed (check again if cross version > 0.2.5)
97+
cross-version: 49cd054 # currently needed (check again if cross version > 0.2.5)
9898
command: build
9999
toolchain: ${{ matrix.rust }}
100100
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)