From d19db713144792a6ee9069aba80dd7a5cfd21305 Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Fri, 10 Nov 2023 15:34:44 -0500 Subject: [PATCH] Include sudo in apt-get update call --- dev/tasks/matlab/github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/matlab/github.yml b/dev/tasks/matlab/github.yml index 826a4df1b4736..053d21903048a 100644 --- a/dev/tasks/matlab/github.yml +++ b/dev/tasks/matlab/github.yml @@ -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: