Skip to content

Commit

Permalink
Include sudo in apt-get update call
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 10, 2023
1 parent dc256ea commit d19db71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
{{ macros.github_checkout_arrow()|indent }}
- name: Install ninja-build
run: sudo apt-get update && apt-get install ninja-build
run: sudo apt-get update && sudo apt-get install ninja-build
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
Expand Down

0 comments on commit d19db71

Please sign in to comment.