Skip to content

Commit

Permalink
fix: actions hangs on install apt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Feb 24, 2022
1 parent 9803055 commit bc33c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
go-version: 1.17

- name: Install PDF generation dependencies
run: sudo apt install -y pandoc texlive-xetex
run: |
sudo apt-get update
sudo apt-get install -y pandoc texlive-xetex
- name: Store signing files
run: |
Expand Down

0 comments on commit bc33c44

Please sign in to comment.