diff --git a/.github/workflows/winonly.sh b/.github/workflows/winonly.sh index 3326db0b..d5d2fd81 100755 --- a/.github/workflows/winonly.sh +++ b/.github/workflows/winonly.sh @@ -22,6 +22,6 @@ help | head uname -cl.exe /std:c++20 tests/single_file/printing.cc +cl.exe /std:c++20 test/single_file/printing.cc cp test/single_file/printing.cc.expected temp.cc cl.exe /std:c++20 temp.cc