From 3b7ef58c12f667ee06c7425230f9d49629845083 Mon Sep 17 00:00:00 2001 From: Alastair Donaldson Date: Thu, 4 Jul 2024 10:26:26 +0100 Subject: [PATCH] Fix. --- .github/workflows/winonly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winonly.sh b/.github/workflows/winonly.sh index 99a24b98..3326db0b 100755 --- a/.github/workflows/winonly.sh +++ b/.github/workflows/winonly.sh @@ -23,5 +23,5 @@ help | head uname cl.exe /std:c++20 tests/single_file/printing.cc -cp tests/single_file/printing.cc.expected temp.cc +cp test/single_file/printing.cc.expected temp.cc cl.exe /std:c++20 temp.cc