From e72020c2ac62fa0064f29dc380d61394bfaf315c Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Sun, 29 Sep 2024 15:48:57 -0700 Subject: [PATCH] More tinkering --- .github/workflows/release-icu4c-fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-icu4c-fedora.yml b/.github/workflows/release-icu4c-fedora.yml index b5102bef..df86ca6c 100644 --- a/.github/workflows/release-icu4c-fedora.yml +++ b/.github/workflows/release-icu4c-fedora.yml @@ -35,7 +35,7 @@ jobs: - name: Install gh (GitHub CLI) run: | # Don't install it in the docker image, to the latest (pros and cons) - dnf install -y + dnf install -y gh - name: Checkout and setup uses: actions/checkout@v4