diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d206ffe..0f278718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,9 @@ jobs: - name: Install gh # Needed for using Andrew-Chen-Wang/github-wiki-action@v4 - run: apt-get install gh + run: | + apt-get update + apt-get install -y gh - name: Push GitHub wiki pages # This step would err if the forked repo does not already have wiki pages.