This commit is contained in:
Ben 2021-10-13 15:14:19 +01:00
parent 63d9a1ee01
commit 4a271f24d4
1 changed files with 1 additions and 0 deletions

View File

@ -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