Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ling0322 committed Aug 2, 2024
1 parent be59c9e commit 46772f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Test
run: ${{github.workspace}}\build\src\libllm\${{env.BUILD_TYPE}}\unittest.exe
run: ${{github.workspace}}\build\${{env.BUILD_TYPE}}\unittest.exe

0 comments on commit 46772f0

Please sign in to comment.