From 364d36da0bbec7cd96b6815c0e8a25af475092f7 Mon Sep 17 00:00:00 2001 From: "Joseph C. Sible" Date: Sat, 6 Sep 2025 20:59:43 -0400 Subject: [PATCH] Fix Ubuntu workflow --- .github/workflows/install_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/install_deps.sh b/.github/workflows/install_deps.sh index 93c45fc5..0190feb4 100755 --- a/.github/workflows/install_deps.sh +++ b/.github/workflows/install_deps.sh @@ -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