Skip to content

Commit 1caa376

Browse files
committed
GHA: Added build dir
1 parent 5e6a9a2 commit 1caa376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build
3131
shell: bash
32-
run: cmake --build --config ${{ env.BUILD_TYPE }}
32+
run: cmake --build . --config ${{ env.BUILD_TYPE }}
3333

3434
- name: Run Tests
3535
working-directory: ${{ env.APP_DIR }}

0 commit comments

Comments
 (0)