Skip to content

Commit

Permalink
fix: add python3 and python3-pip to Flatpak build workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Jan 17, 2025
1 parent 9a9ca09 commit cdda247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
options: --privileged
steps:
- name: install libnss, libatk, libatk-bridge, libcups, libgtk-3
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
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup NodeJS
Expand Down

0 comments on commit cdda247

Please sign in to comment.