Skip to content

Commit

Permalink
Update build.yml: try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher31 authored Feb 17, 2025
1 parent 248112b commit 4e8858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: deps
run: apt-get update && apt-get install -y meson cmake
run: sudo apt-get update && sudo apt-get install -y meson cmake
- name: configure
run: meson setup build
- name: compile
Expand Down

0 comments on commit 4e8858f

Please sign in to comment.