Skip to content

Commit

Permalink
Build with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 19, 2024
1 parent e818af7 commit 0ad9dbf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/win-cpu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
run: |
mkdir build
cd build
cmake -G "Visual Studio 17 2022" -A x64 -DORT_ROOT=$env:GITHUB_WORKSPACE\ort ..
cmake -G "Visual Studio 17 2022" -A x64 ..
cmake --build . --config Release
Get-ChildItem -Path $env:GITHUB_WORKSPACE\build\Release -Filter *.dll -Recurse
- name: verify build folder
run: |
cd build
Get-ChildItem -Path $env:GITHUB_WORKSPACE\build\Release -Recurse

0 comments on commit 0ad9dbf

Please sign in to comment.