Skip to content

Commit 1ab8dcc

Browse files
committed
Updated paths in MinGW
1 parent 8ff873b commit 1ab8dcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
cmake --build cmake-build-debug --target cpp_tests_tests || echo Built with errors
2727
2828
- name: Run program
29-
working-directory: .\cmake-build-release\bin
29+
working-directory: .\cmake-build-release
3030
run: |
3131
.\cpp_tests.exe --help
3232
3333
- name: Run tests
34-
working-directory: .\cmake-build-debug\tests
34+
working-directory: .\cmake-build-debug
3535
run: |
3636
echo "Currently unable to run tests on Windows Latest MinGW. See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451"
3737
% .\cpp_tests_tests.exe
@@ -61,7 +61,7 @@ jobs:
6161
}
6262

6363
steps:
64-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v4
6565

6666
- name: Create CMake cache
6767
shell: bash
@@ -105,7 +105,7 @@ jobs:
105105
name: Find memory leaks in tests
106106
runs-on: ubuntu-latest
107107
steps:
108-
- uses: actions/checkout@v3
108+
- uses: actions/checkout@v4
109109

110110
- name: Install valgrind
111111
run: |

0 commit comments

Comments
 (0)