From a1cf8b30193734ca609c2c0e583826650e88fb30 Mon Sep 17 00:00:00 2001 From: favonia Date: Tue, 9 Jan 2024 16:44:41 -0600 Subject: [PATCH] Install gh to fix GitHub Actions (second try) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f377aa23..5d206ffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Install gh # Needed for using Andrew-Chen-Wang/github-wiki-action@v4 - run: sudo apt-get install gh + run: apt-get install gh - name: Push GitHub wiki pages # This step would err if the forked repo does not already have wiki pages.