ci: debug windows build
This commit is contained in:
parent
1fe91221ac
commit
99712d3521
|
@ -86,6 +86,7 @@ jobs:
|
|||
DIAGNOSTIC: 1
|
||||
run: |
|
||||
$env:PATH = "${{ steps.install_erlang.outputs.erlpath }}\bin;$env:PATH"
|
||||
erl -eval "erlang:display(crypto:info_lib())" -s init stop
|
||||
|
||||
$version = $( "${{ github.ref }}" -replace "^(.*)/(.*)/" )
|
||||
if ($version -match "^v[0-9]+\.[0-9]+(\.[0-9]+)?") {
|
||||
|
|
Loading…
Reference in New Issue