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 2eb9a55 commit 21ad8e3Copy full SHA for 21ad8e3
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- name: Install build dependencies - Linux
37
if: ${{ runner.os == 'Linux' }}
38
- run: apt-get update && apt-get install -y git python3 make gcc g++ libx11-dev libxkbfile-dev pkg-config libsecret-1-dev rpm xvfb ffmpeg zstd
+ 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
39
40
- name: Checkout the latest code
41
uses: actions/checkout@v3
0 commit comments