Skip to content

Commit f54c141

Browse files
authored
Update update_changes.yml
1 parent b772ddd commit f54c141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414

1515
- name: Install dependencies
16-
run: pip install -r requirements.txt && apt install gettext
16+
run: pip install -r requirements.txt && sudo apt install gettext
1717

1818
- name: Run merge.py
1919
run: python merge.py branch ${GITHUB_REF##*/}

0 commit comments

Comments
 (0)