Skip to content

Commit 6a7b220

Browse files
committed
DEBUG
1 parent 3bb854c commit 6a7b220

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
Install-Binary -Url https://slproweb.com/download/Win64OpenSSL-3_3_2.exe -InstallArgs @('/silent', '/sp-', '/suppressmsgboxes', "/DIR=`"$env:ProgramFiles\OpenSSL`"") -ExpectedSHA512Sum "1a70d647534d29a8cc7e28925ca3dda7207fb9e279040087621ca6b65a1baba8d3a284ad14799bd107e658f70bbfa4ef0c008f51e1db95ba9d6470a1903ef90c"
3434
if: runner.os == 'Windows'
3535
36+
- run: echo $env:ProgramFiles\OpenSSL
37+
38+
- run: ls $env:ProgramFiles\OpenSSL
39+
3640
- name: Set-up Node.js
3741
uses: actions/setup-node@v4
3842
with:

0 commit comments

Comments
 (0)