Skip to content

Commit

Permalink
[CI] Fix dumpbin paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 13, 2023
1 parent 8b6191b commit 80e474d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ jobs:
run: |
Expand-Archive -Path dist/fiat-crypto-windows.zip -DestinationPath dist
Get-ChildItem dist
- run: .\dist\word_by_word_montgomery.exe -h
- run: .\dist\unsaturated_solinas.exe -h
- run: .\dist\saturated_solinas.exe -h
- run: .\dist\base_conversion.exe -h
- name: Set up MSVC Environment for dumpbin
uses: ilammy/msvc-dev-cmd@v1
- name: Check Executable Dependencies
run: |
$executables = @(
Expand All @@ -160,10 +166,6 @@ jobs:
dumpbin.exe /dependents $prog
Write-Host "::endgroup::"
}
- run: .\dist\word_by_word_montgomery.exe -h
- run: .\dist\unsaturated_solinas.exe -h
- run: .\dist\saturated_solinas.exe -h
- run: .\dist\base_conversion.exe -h
publish-standalone:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80e474d

Please sign in to comment.