Skip to content

Commit

Permalink
add sudo to overcome docker permission
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Oct 7, 2023
1 parent 16ae261 commit 9fbd82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
shell: bash
run: |
cd arrow/r/libarrow/dist
shasum -a 512 arrow-*.zip > arrow-{{ '${{ needs.source.outputs.pkg_version }}' }}.zip.sha512
sudo shasum -a 512 arrow-*.zip > arrow-{{ '${{ needs.source.outputs.pkg_version }}' }}.zip.sha512
- name: Upload binary artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9fbd82a

Please sign in to comment.