From 3482428bc5335dd068d110d116dd130aa1b041d8 Mon Sep 17 00:00:00 2001 From: Samantha Dawley Date: Wed, 18 Oct 2023 13:51:41 -0400 Subject: [PATCH] Update release.yml to install hub Adding hub so the release workflow can run successfully. I don't know where it came from previously, but if it was in Ubuntu by default it likely got taken out due to issues with the previous recommended install method: https://github.com/mislav/hub/issues?q=is%3Aissue+snap --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cdd3945ed..a1f7daaf63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: run: | sudo apt-get update -y || true # install more dependencies - sudo apt-get -y -q install wget curl bash git + sudo apt-get -y -q install wget curl bash git hub java -version # want git >=2.24, hub >=2