Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# because cargo-leptos bundles a wasm-bindgen-cli; if the
# bundled version trails our Cargo's transitive `wasm-bindgen`,
# the build fails with a schema-version mismatch (#1).
uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2
uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2
with:
tool: cargo-leptos
- name: install tailwindcss
Expand Down
Loading