Skip to content

Commit

Permalink
Fixed CI/CD, attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Aug 1, 2024
1 parent b1b207e commit 05c3729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
echo "Currently unable to run tests on ${{ matrix.config.name }}"
# ./cpp_tests_tests.exe
# See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451
echo "Currently unable to run tests on ${{ matrix.config.name }}"
# ./cpp_tests_tests.exe
# See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451
else
./cpp_tests_tests.exe
fi
Expand Down

0 comments on commit 05c3729

Please sign in to comment.