File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- runs-on : ubuntu-18.04
11
+ runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
@@ -18,11 +18,14 @@ jobs:
18
18
./extra/tests.sh
19
19
20
20
- name : Install packages
21
+ # The Github's Ubuntu images since 20211122.1 are broken
22
+ # https://github.com/actions/virtual-environments/issues/4589
21
23
run : |
22
24
set -xeu -o pipefail
23
25
sudo dpkg --add-architecture i386
24
26
sudo apt -qq update
25
- sudo apt-get install -o=Dpkg::Use-Pty=0 -y crudini dos2unix gcc p7zip wine-stable wine32
27
+ sudo apt install -y --allow-downgrades libpcre2-8-0=10.34-7
28
+ sudo apt-get install -o=Dpkg::Use-Pty=0 -y crudini dos2unix gcc p7zip wine-stable wine32 >/dev/null
26
29
wineboot
27
30
28
31
- name : Build and package
You can’t perform that action at this time.
0 commit comments