Skip to content

Commit 0642173

Browse files
committed
ci: fix update-translations CI
1 parent a8f60f1 commit 0642173

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-translations.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31-
sudo dnf install --refresh -y just git opencc-tools
31+
sudo apt-get update
32+
sudo apt-get install -y just git opencc
3233
3334
- name: Setup repository
3435
run: |

0 commit comments

Comments
 (0)