File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
target : [linux-x86_64]
18
18
runs-on : ubuntu-latest
19
19
container :
20
- image : debian:10
20
+ image : ubuntu:20.04
21
21
steps :
22
22
- uses : actions/cache@v3
23
23
with :
28
28
shell : bash
29
29
run : |
30
30
apt-get update -qq
31
- apt-get install -yqq autoconf automake build-essential curl cmake git libasound2-dev libdbus-1-dev libgl1-mesa-dev libglib2.0-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
31
+ apt-get install -yqq autoconf automake build-essential curl cmake git libasound2-dev libdbus-1-dev libgl1-mesa-dev libglib2.0-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev xz-utils
32
32
- uses : actions/checkout@v3
33
33
with :
34
34
submodules : recursive
99
99
else
100
100
apt-get install -yqq binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64
101
101
fi
102
- apt-get install -yqq autoconf automake curl cmake git mingw-w64 wine wine32
102
+ apt-get install -yqq autoconf automake curl cmake git mingw-w64 wine wine32 xz-utils
103
103
- uses : actions/checkout@v3
104
104
with :
105
105
submodules : recursive
You can’t perform that action at this time.
0 commit comments