Skip to content

Commit 85cfcdc

Browse files
committed
Set suid on gtar
1 parent d01eb52 commit 85cfcdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
id: mactexversion
5252
run: |
5353
echo "version=$(brew info --cask basictex --json=v2 | jq -r '.casks[0].version')" >> "$GITHUB_OUTPUT"
54+
- name: Set suid on gtar
55+
run: sudo chown root:wheel /opt/homebrew/bin/gtar && sudo chmod u+s /opt/homebrew/bin/gtar
5456
- name: Cache Brew Downloads
5557
id: cache
5658
uses: actions/cache@v4

0 commit comments

Comments
 (0)