Skip to content

Commit 7b28d5b

Browse files
authored
fix(ci): vdev publish remove sudo (#23712)
1 parent 031c279 commit 7b28d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vdev_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Bootstrap runner environment (macOS)
3030
if: startsWith(matrix.os, 'macos')
31-
run: sudo -E bash scripts/environment/bootstrap-macos.sh
31+
run: bash scripts/environment/bootstrap-macos.sh
3232

3333
- run: bash scripts/environment/prepare.sh --modules=rustup
3434

0 commit comments

Comments
 (0)