Skip to content

Commit 33336bb

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/update-translations.yml

+2-1
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 update
32+
sudo apt install -y just git opencc-tools
3233
3334
- name: Setup repository
3435
run: |

0 commit comments

Comments
 (0)