1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 23:06:00 +00:00

Fix Ubuntu workflow

This commit is contained in:
Joseph C. Sible
2025-09-06 20:59:43 -04:00
parent 7c0d2649e3
commit 364d36da0b

View File

@@ -18,6 +18,7 @@ if [[ "$GH_HYP_PNG" == "png_1" ]]; then
fi
if [[ "$GH_OS" == "ubuntu-latest" ]]; then
sudo apt-get update
sudo apt-get -y install $GH_DEPS_UBUNTU
elif [[ "$GH_OS" == "macos-latest" ]]; then
brew update