Skip to content

Commit

Permalink
Install mdbook via snap #5
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Sep 16, 2024
1 parent cc10300 commit 9ac2627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

- name: install dependencies
run: |
sudo apt-get install -y ruby lua pandoc mdbook
sudo apt-get install -y snapd ruby pandoc
sudo snap install mdbook
- name: compile presentaion
run: |
Expand Down

0 comments on commit 9ac2627

Please sign in to comment.