Skip to content

Commit

Permalink
Update github workflow to pull latest wkhtmltopdf
Browse files Browse the repository at this point in the history
Because the older revision was expecting openssl1.1.
  • Loading branch information
PencilAmazing committed Jan 5, 2025
1 parent a6a5446 commit 271dcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
sudo apt-get -yqq install libpq-dev
mkdir certs && touch certs/saml.key && touch certs/saml.crt
openssl req -x509 -newkey rsa:4096 -keyout certs/saml.key -out certs/saml.crt -days 1 -nodes -subj "/C=CA/ST=Ontario/L=Ottawa/O=uOttawa/OU=Richard L'Abbé Makerspace/CN=makerepo.com/[email protected]"
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_arm64.deb
sudo apt install ./wkhtmltox_0.12.6.1-3.bookworm_arm64.deb
- name: Migrate DB
env:
DATABASE_URL: postgres://postgres:@localhost:5432/makerspacerepo_test
Expand Down

0 comments on commit 271dcd3

Please sign in to comment.