Skip to content

Commit 1c0add6

Browse files
committed
Use sudo to generate models
1 parent 875f9ff commit 1c0add6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-models.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: "composer install --no-interaction --no-progress --no-suggest"
4343

4444
- name: "Update SDK Models"
45-
run: "composer generate"
45+
run: "sudo composer generate"
4646

4747
- name: "Git status"
4848
run: "git status"

0 commit comments

Comments
 (0)