Skip to content

Commit

Permalink
appimage.yml:install gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Jul 14, 2021
1 parent 0f809a9 commit 6538b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: true
# Runs a single command using the runners shell
- name: Install required dependencies
run: sudo apt-get install -y meson
run: sudo apt-get install -y meson gettext

# Runs a set of commands using the runners shell
- name: Download building tools & executing AppImage build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

- run: sudo apt-get install -y meson
- run: |
meson builddir
cd builddir
Expand Down

0 comments on commit 6538b49

Please sign in to comment.