Skip to content

Commit

Permalink
Set OPENSSL_SRC_PERL environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Nov 26, 2024
1 parent 3fab041 commit 27a058f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-win-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
with:
apps: perl

- name: "Install: Set `OPENSSL_SRC_PERL` environment variable"
run: |
$perl = Resolve-Path "~\scoop\apps\perl\current\perl\bin"
Add-Content -Path $Env:GITHUB_ENV -Value "$perl"
shell: powershell

- name: "Install: Rustup"
run: |
Invoke-WebRequest -OutFile rustup-init.exe https://win.rustup.rs/x86_64
Expand Down

0 comments on commit 27a058f

Please sign in to comment.