Skip to content

Commit

Permalink
Fix release by installing Calibre 6 (#3742)
Browse files Browse the repository at this point in the history
This PR is a repeat fix for
#3710; I realise that the
issue has recurred because the 5.x releases of Calibre are being
invalidated faster as they are "out of date". To address this, I tested
the relevant part of the release job with Calibre 6.29 in the PR CI
here; it all appears to work fine.
  • Loading branch information
Baltoli authored Oct 23, 2023
1 parent e5a4a23 commit 8442785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ jobs:
- name: 'Install pandoc/texlive/calibre'
run: |
sudo apt update --yes
sudo apt install --yes wget texlive-xetex
sudo wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin version=5.44.0
sudo apt install --yes wget texlive-xetex libegl1 libopengl0
sudo wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin version=6.29.0
sudo wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb -O /tmp/pandoc.deb
sudo dpkg -i /tmp/pandoc.deb
- name: 'Checkout code and set up web build'
Expand Down

0 comments on commit 8442785

Please sign in to comment.