[READ-ONLY] Mirror of https://github.com/probablykasper/tauri-sveltekit-template. Tauri + SvelteKit template
actions svelte sveltekit tauri template typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

Update CI

Kasper (Feb 21, 2023, 5:55 AM +0100) 18b96c49 6e95c2b8

+1 -3
+1 -3
.github/workflows/release.yml
··· 22 22 node-version: 18 23 23 24 24 - name: Rust setup 25 - uses: actions-rs/toolchain@v1 26 - with: 27 - toolchain: stable 25 + uses: dtolnay/rust-toolchain@stable 28 26 29 27 - name: Install dependencies (ubuntu only) 30 28 if: matrix.platform == 'ubuntu-20.04'