Skip to content

Commit

Permalink
Update install step on valac.yml
Browse files Browse the repository at this point in the history
Add missing permission elevation
  • Loading branch information
lennyhans authored Oct 6, 2023
1 parent abf4920 commit 5456fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/valac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Meson
run: apt update -qq && apt install --no-install-recommends -y build-essential meson ninja-build
run: sudo apt update -qq && apt install --no-install-recommends -y build-essential meson ninja-build
- name: Install dependencies
run: |
apt install --no-install-recommends -y \
sudo apt install --no-install-recommends -y \
gir1.2-glib-2.0 \
gir1.2-gee-0.8 \
gobject-introspection \
Expand Down

0 comments on commit 5456fed

Please sign in to comment.