ci/cd Fix version error with ubuntu and test core linux

This commit is contained in:
Théophile Diot 2023-09-18 17:02:03 +02:00
parent 6a38390404
commit ccc5eb304a
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -45,6 +45,7 @@ jobs:
sudo apt update
sudo apt install -y nginx=1.24.0-1~jammy
# Install BunkerWeb
sudo echo "force-bad-version" >> /etc/dpkg/dpkg.cfg
sudo apt install -fy /tmp/bunkerweb.deb
- name: Edit configuration files
run: |