Skip to content

Commit cdda247

Browse files
committed
fix: add python3 and python3-pip to Flatpak build workflow dependencies
1 parent 9a9ca09 commit cdda247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flatpak-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
options: --privileged
2929
steps:
3030
- name: install libnss, libatk, libatk-bridge, libcups, libgtk-3
31-
run: dnf install nss-tools atk-devel at-spi2-atk-devel cups-devel gtk3-devel make automake gcc gcc-c++ g++ -y
31+
run: dnf install nss-tools atk-devel at-spi2-atk-devel cups-devel gtk3-devel make automake gcc gcc-c++ g++ python3 python3-pip -y
3232
- name: Checkout Repo
3333
uses: actions/checkout@v4
3434
- name: Setup NodeJS

0 commit comments

Comments
 (0)