Skip to content

Commit 0c77d0f

Browse files
committed
fix missing language pack package
1 parent e084e64 commit 0c77d0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
with:
1616
java-version: ${{ matrix.java }}
1717
- name: Install language packs
18-
run: sudo apt-get install language-pack-cs
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install language-pack-cs
1921
- name: Cache Gradle repository
2022
uses: actions/cache@v1
2123
with:

0 commit comments

Comments
 (0)