Skip to content

Commit 56e7796

Browse files
committed
fix CI for windows perl
Signed-off-by: Michael Lodder <redmike7@gmail.com>
1 parent d623022 commit 56e7796

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cryptex.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
- uses: dtolnay/rust-toolchain@master
123123
with:
124124
toolchain: stable
125+
- name: Use Strawberry Perl for OpenSSL build
126+
run: echo "C:\Strawberry\perl\bin" >> $GITHUB_PATH
125127
- uses: actions/cache@v4
126128
with:
127129
path: |

0 commit comments

Comments
 (0)