Skip to content

Commit

Permalink
appimage.yml:install meson with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Jul 14, 2021
1 parent 6538b49 commit c8ec134
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
submodules: true
# Runs a single command using the runners shell
- name: Install required dependencies
run: sudo apt-get install -y meson gettext
run: |
sudo apt-get install -y gettext
sudo apt-get install -y python3-pip python-setuptools
sudo -H python3 -m pip install meson ninja
# Runs a set of commands using the runners shell
- name: Download building tools & executing AppImage build
Expand Down

0 comments on commit c8ec134

Please sign in to comment.