Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
with:
components: clippy,rustfmt

- name: refresh apt index (ubuntu only)
run: sudo apt-get update

- uses: awalsh128/cache-apt-pkgs-action@553a35bb8ebd9fcabcb1c9451aa4c98e1b4ca8a9 # latest
with:
packages: libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
version: 1.0
version: 1.2

- name: Cache cargo and rust files
id: rust_cache
Expand Down
141 changes: 87 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"svelte-sonner": "^1.1.0",
"sveltekit-superforms": "^2.30.1",
"valibot": "^1.3.1",
"zod": "4.3.6"
"zod": "4.4.3"
},
"devDependencies": {
"@sveltejs/adapter-static": "3.0.10",
Expand Down
Loading
Loading