Skip to content

Commit 1383d2e

Browse files
Use sudo for installation
1 parent 99a76ea commit 1383d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
submodules: 'true'
2727

2828
- name: Install Dependencies
29-
run: .devcontainer/install-dependencies.sh
29+
run: sudo .devcontainer/install-dependencies.sh

0 commit comments

Comments
 (0)