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

View File

@ -13,7 +13,6 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
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"