From aebbfb644e1a006d237712ef43eca6237a6cdf30 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Mon, 7 Oct 2024 20:47:29 +0200 Subject: [PATCH] Skip windows-latest (error: "The syntax of the command is incorrect") --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ec9ffe32..2f44f762d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: os: - macos-latest - ubuntu-latest - - windows-latest + # - windows-latest node: - 18 - 20