File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 if : endsWith(matrix.target, 'windows-msvc')
6666 - name : Use static openssl
6767 run : echo "OPENSSL_STATIC=1" >> $GITHUB_ENV
68+ - name : Set Perl environment variables
69+ if : runner.os == 'Windows'
70+ run : |
71+ echo "PERL=$(where.exe perl)" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
72+ echo "OPENSSL_SRC_PERL=$(where.exe perl)" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
6873 - uses : taiki-e/upload-rust-binary-action@v1
6974 with :
7075 bin : stellar-registry
Original file line number Diff line number Diff line change 88 push :
99 tags :
1010 - ' stellar-scaffold-cli-v[0-9]+.[0-9]+.[0-9]+*'
11-
1211env :
1312 CARGO_INCREMENTAL : 0
1413 CARGO_NET_GIT_FETCH_WITH_CLI : true
6665 if : endsWith(matrix.target, 'windows-msvc')
6766 - name : Use static openssl
6867 run : echo "OPENSSL_STATIC=1" >> $GITHUB_ENV
68+ - name : Set Perl environment variables
69+ if : runner.os == 'Windows'
70+ run : |
71+ echo "PERL=$(where.exe perl)" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
72+ echo "OPENSSL_SRC_PERL=$(where.exe perl)" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
6973 - uses : taiki-e/upload-rust-binary-action@v1
7074 with :
7175 bin : stellar-scaffold
You can’t perform that action at this time.
0 commit comments