Skip to content

Commit

Permalink
Set suid on gtar
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Oct 13, 2024
1 parent d01eb52 commit 85cfcdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
id: mactexversion
run: |
echo "version=$(brew info --cask basictex --json=v2 | jq -r '.casks[0].version')" >> "$GITHUB_OUTPUT"
- name: Set suid on gtar
run: sudo chown root:wheel /opt/homebrew/bin/gtar && sudo chmod u+s /opt/homebrew/bin/gtar
- name: Cache Brew Downloads
id: cache
uses: actions/cache@v4
Expand Down

0 comments on commit 85cfcdc

Please sign in to comment.