Skip to content

Commit

Permalink
Added sudo rights for installation of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nayakned committed Jun 11, 2024
1 parent 2f562d6 commit 10c9255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: apt update && apt install -y meson libcmocka0 libcmocka-dev lcov
run: sudo apt update && sudo apt install -y meson libcmocka0 libcmocka-dev lcov
- name: Run build_all.sh script
run: ./build_all.sh

0 comments on commit 10c9255

Please sign in to comment.