Skip to content

Commit

Permalink
ci: install openssl for Windows in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Dec 16, 2024
1 parent 66076a7 commit 8237d52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release
on:
push:
branches: [ 'playground/release' ]
tags: [ '*' ]
env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -42,6 +43,8 @@ jobs:
echo "LIBCLANG_PATH=$($HOME)/scoop/apps/llvm/current/bin" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "$env:USERPROFILE\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
scoop install llvm yasm
vcpkg integrate install
vcpkg install openssl:x64-windows-static-md
- if: matrix.os == 'ubuntu-20.04'
name: Build linux portable
run: |
Expand Down

0 comments on commit 8237d52

Please sign in to comment.