We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad89f1 commit 5748cd4Copy full SHA for 5748cd4
.github/workflows/upload.yml
@@ -32,6 +32,12 @@ jobs:
32
- name: Checkout the repository
33
uses: actions/checkout@v4
34
35
+ - name: Set Perl environment variables
36
+ if: runner.os == 'Windows'
37
+ run: |
38
+ echo "PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
39
+ echo "OPENSSL_SRC_PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
40
+
41
- name: Build and upload binaries
42
uses: taiki-e/upload-rust-binary-action@v1
43
with:
0 commit comments