diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50cf068eb..7ee1dea56 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/emailAddress=travis-ci@makerepo.com" - 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