Skip to content

Commit

Permalink
fix: panic due to malformed json in lj.json
Browse files Browse the repository at this point in the history
Also fixes workflows
  • Loading branch information
mTvare6 committed Dec 26, 2024
1 parent ea6fd21 commit e8db07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libgtk-3-dev libgtk-layer-shell-dev libasound2 libasound2-dev
run: sudo apt-get update && sudo apt-get install libgtk-3-dev libgtk-layer-shell-dev libasound2t64 libasound2-dev
- name: Set up
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion translations/lj.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"msg" : "coi le munje",
"msg" : "coi le munje"
}

0 comments on commit e8db07b

Please sign in to comment.