1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-20 03:49:43 +00:00

Merge pull request #442 from josephcsible/updatebeforeinstall

Fix Ubuntu workflow
This commit is contained in:
Zeno Rogue
2025-09-07 10:08:38 +02:00
committed by GitHub

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