ci: debug windows build

This commit is contained in:
Zaiming (Stone) Shi 2022-01-25 23:29:55 +01:00
parent 1fe91221ac
commit 99712d3521
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ jobs:
DIAGNOSTIC: 1 DIAGNOSTIC: 1
run: | run: |
$env:PATH = "${{ steps.install_erlang.outputs.erlpath }}\bin;$env:PATH" $env:PATH = "${{ steps.install_erlang.outputs.erlpath }}\bin;$env:PATH"
erl -eval "erlang:display(crypto:info_lib())" -s init stop
$version = $( "${{ github.ref }}" -replace "^(.*)/(.*)/" ) $version = $( "${{ github.ref }}" -replace "^(.*)/(.*)/" )
if ($version -match "^v[0-9]+\.[0-9]+(\.[0-9]+)?") { if ($version -match "^v[0-9]+\.[0-9]+(\.[0-9]+)?") {