Skip to content

Commit 667d0df

Browse files
committed
More CI tweaks
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 5481f7c commit 667d0df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:
@@ -28,7 +28,7 @@ jobs:
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
@@ -99,7 +99,7 @@ jobs:
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

0 commit comments

Comments
 (0)