mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-06-30 15:58:49 +00:00
Merge pull request #442 from josephcsible/updatebeforeinstall
Fix Ubuntu workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user