ci/cd Fix test core linux with dpkg versioning

This commit is contained in:
Théophile Diot 2023-09-18 17:16:57 +02:00
parent ccc5eb304a
commit 990b6336e2
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +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
echo "force-bad-version" | sudo tee -a /etc/dpkg/dpkg.cfg
sudo apt install -fy /tmp/bunkerweb.deb
- name: Edit configuration files
run: |