We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a2206 commit 4765062Copy full SHA for 4765062
1 file changed
.github/workflows/build.yml
@@ -36,6 +36,11 @@ jobs:
36
timestamp: ${{ steps.linux-binary-version.outputs.timestamp }}
37
38
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
44
- name: Install build dependencies - Linux
45
if: ${{ runner.os == 'Linux' }}
46
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