Skip to content

Commit 4765062

Browse files
Try to get Linux build working again (#1308)
1 parent e2a2206 commit 4765062

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
timestamp: ${{ steps.linux-binary-version.outputs.timestamp }}
3737

3838
steps:
39+
- name: Edit sources.list - Linux
40+
if: ${{ runner.os == 'Linux' }}
41+
run: |
42+
sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list
43+
sed -i s/security.debian.org/archive.debian.org/g /etc/apt/sources.list
3944
- name: Install build dependencies - Linux
4045
if: ${{ runner.os == 'Linux' }}
4146
run: apt-get update && apt-get install -y git python3 python3-pip make gcc g++ libx11-dev libxkbfile-dev pkg-config libsecret-1-dev rpm xvfb ffmpeg zstd wget squashfs-tools libwayland-dev libwayland-client0 libxkbcommon-dev libxkbcommon-x11-dev libxkbcommon0 xkb-data

0 commit comments

Comments
 (0)