We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9ca09 commit cdda247Copy full SHA for cdda247
.github/workflows/flatpak-build.yml
@@ -28,7 +28,7 @@ jobs:
28
options: --privileged
29
steps:
30
- 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
+ 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
32
- name: Checkout Repo
33
uses: actions/checkout@v4
34
- name: Setup NodeJS
0 commit comments