mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-09 02:03:00 +00:00
Fix Ubuntu workflow
This commit is contained in:
1
.github/workflows/install_deps.sh
vendored
1
.github/workflows/install_deps.sh
vendored
@@ -18,6 +18,7 @@ if [[ "$GH_HYP_PNG" == "png_1" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$GH_OS" == "ubuntu-latest" ]]; then
|
if [[ "$GH_OS" == "ubuntu-latest" ]]; then
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get -y install $GH_DEPS_UBUNTU
|
sudo apt-get -y install $GH_DEPS_UBUNTU
|
||||||
elif [[ "$GH_OS" == "macos-latest" ]]; then
|
elif [[ "$GH_OS" == "macos-latest" ]]; then
|
||||||
brew update
|
brew update
|
||||||
|
|||||||
Reference in New Issue
Block a user