Skip to content

Commit

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

0 comments on commit a1cf8b3

Please sign in to comment.