Skip to content

Commit

Permalink
win2
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 27, 2024
1 parent 6045379 commit 555a9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
tar -xzf onnxruntime-win-x64-1.18.1.zip -C onnxruntime --strip-components 1
- name: Configure CMake
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DONNXRUNTIME_DIR=${PWD}/onnxruntime
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DONNXRUNTIME_DIR="${{ github.workspace }}/onnxruntime"

- name: Build
run: cmake --build build --config Release

0 comments on commit 555a9c8

Please sign in to comment.