File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 target : [linux-x86_64]
1818 runs-on : ubuntu-latest
1919 container :
20- image : debian:10
20+ image : ubuntu:20.04
2121 steps :
2222 - uses : actions/cache@v3
2323 with :
2828 shell : bash
2929 run : |
3030 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
3232 - uses : actions/checkout@v3
3333 with :
3434 submodules : recursive
9999 else
100100 apt-get install -yqq binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64
101101 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
103103 - uses : actions/checkout@v3
104104 with :
105105 submodules : recursive
You can’t perform that action at this time.
0 commit comments