Skip to content

Commit e8db07b

Browse files
committed
fix: panic due to malformed json in lj.json
Also fixes workflows
1 parent ea6fd21 commit e8db07b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install dependencies
15-
run: sudo apt-get update && sudo apt-get install libgtk-3-dev libgtk-layer-shell-dev libasound2 libasound2-dev
15+
run: sudo apt-get update && sudo apt-get install libgtk-3-dev libgtk-layer-shell-dev libasound2t64 libasound2-dev
1616
- name: Set up
1717
uses: actions-rs/toolchain@v1
1818
with:

translations/lj.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"msg" : "coi le munje",
2+
"msg" : "coi le munje"
33
}

0 commit comments

Comments
 (0)