Skip to content

Commit 21ad8e3

Browse files
committed
CI: Add python3-pip to Linux build steps
1 parent 2eb9a55 commit 21ad8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- name: Install build dependencies - Linux
3737
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
38+
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
3939

4040
- name: Checkout the latest code
4141
uses: actions/checkout@v3

0 commit comments

Comments
 (0)