fix
This commit is contained in:
parent
63d9a1ee01
commit
4a271f24d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue