From 4a271f24d46cface421c2351f61758e25da6b1db Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 13 Oct 2021 15:14:19 +0100 Subject: [PATCH] fix --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebcae7d..f53b723 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: sudo apt-get install -y xorg-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libopenal-dev libasound2-dev libgl1-mesa-dev elif [ "$RUNNER_OS" == "Windows" ]; then # choco install important_windows_software + echo "windows" else echo "$RUNNER_OS not supported" exit 1