Skip to content

Commit 8e55936

Browse files
committed
Added links to existing issues to the message
1 parent 05c3729 commit 8e55936

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ jobs:
7373
run: |
7474
if [ "$RUNNER_OS" == "Windows" ]; then
7575
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"
7777
# ./cpp_tests_tests.exe
78-
# See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451
7978
else
8079
./cpp_tests_tests.exe
8180
fi

0 commit comments

Comments
 (0)