We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031c279 commit 7b28d5bCopy full SHA for 7b28d5b
.github/workflows/vdev_publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Bootstrap runner environment (macOS)
30
if: startsWith(matrix.os, 'macos')
31
- run: sudo -E bash scripts/environment/bootstrap-macos.sh
+ run: bash scripts/environment/bootstrap-macos.sh
32
33
- run: bash scripts/environment/prepare.sh --modules=rustup
34
0 commit comments