Skip to content

Commit

Permalink
Install gh to fix GitHub Actions (3rd try)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Jan 9, 2024
1 parent a1cf8b3 commit a05b0e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a05b0e4

Please sign in to comment.