You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci_tests.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,8 @@ jobs:
73
73
run: |
74
74
if [ "$RUNNER_OS" == "Windows" ]; then
75
75
if [ "${{ matrix.config.cxx }}" == "g++" ]; then
76
-
echo "Currently unable to run tests on ${{ matrix.config.name }}"
76
+
echo "Currently unable to run tests on ${{ matrix.config.name }}. See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451"
77
77
# ./cpp_tests_tests.exe
78
-
# See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451
0 commit comments