Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 19, 2024
1 parent 62872ee commit 801226d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-cpu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
cd build
cmake -G "Visual Studio 17 2022" -A x64 ..
cmake --build . --config Release --parallel
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
Get-ChildItem -Path $env:GITHUB_WORKSPACE\build\ -Recurse
# TODO : adding shared library to the build

0 comments on commit 801226d

Please sign in to comment.