Skip to content

Commit

Permalink
BUG: fix broken CI build, invalid dep URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lacabra committed Jan 19, 2022
1 parent d674123 commit 8742cc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install -y texlive-latex-base texlive-latex-recommended texlive-latex-extra;
sudo apt-get update
sudo apt-get install -y texlive-latex-base texlive-latex-recommended texlive-latex-extra
wget https://github.com/jgm/pandoc/releases/download/2.16.2/pandoc-2.16.2-1-amd64.deb
sudo dpkg -i pandoc-2.16.2-1-amd64.deb
- name: Create release
Expand Down

0 comments on commit 8742cc4

Please sign in to comment.