Skip to content

Commit 54477be

Browse files
committed
Remove unneeded sudo
1 parent d005ada commit 54477be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Setup CCache
3333
run: |
34-
sudo update-ccache-symlinks
34+
update-ccache-symlinks
3535
echo "/usr/lib/ccache" >> "$GITHUB_PATH"
3636
3737
ccacheDir="${GITHUB_WORKSPACE}/.ccache"

0 commit comments

Comments
 (0)