Skip to content

Commit

Permalink
Adding sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent c5fafc1 commit 731bcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shell: bash
run: |
echo "Running ./.vscode/build_setup_tarball.sh"
bash ./.vscode/build_setup_tarball.sh
sudo bash ./.vscode/build_setup_tarball.sh
sub_exit_code=${PIPESTATUS[0]}
if [[ $sub_exit_code -gt 0 ]]; then
Expand Down

0 comments on commit 731bcbb

Please sign in to comment.