Skip to content

Commit

Permalink
build(ci): set env var LEPTOS_WASM_OPT_VERSION=version_122 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierEd authored Feb 7, 2025
1 parent 9a877a1 commit 947cb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
env:
CARGO_TERM_COLOR: always
DATABASE_URL: postgres://mango3:mango3@localhost:5432/mango3_test
LEPTOS_WASM_OPT_VERSION: version_121
LEPTOS_WASM_OPT_VERSION: version_122

jobs:
rust_builds:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
CARGO_TERM_COLOR: always
DATABASE_URL: postgres://mango3:mango3@localhost:5432/mango3_test
JOBS_REDIS_URL: redis://127.0.0.1:6379/10
LEPTOS_WASM_OPT_VERSION: version_121
LEPTOS_WASM_OPT_VERSION: version_122
MISC_DEFAULT_USER_ROLE: creator
SESSIONS_REDIS_URL: redis://127.0.0.1:6379/11

Expand Down

0 comments on commit 947cb47

Please sign in to comment.