Skip to content

Commit

Permalink
Remove sudo from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronayub committed May 14, 2024
1 parent cb92bf9 commit df068bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y meson libgtk-4-dev
apt-get update
apt-get install -y meson libgtk-4-dev
- name: meson setup
run: meson setup build
- name: build
Expand Down

0 comments on commit df068bc

Please sign in to comment.