We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b008b9f commit 964edf8Copy full SHA for 964edf8
.github/workflows/deploy.yaml
@@ -29,12 +29,12 @@ jobs:
29
- name: Cache Rust dependencies
30
uses: Swatinem/rust-cache@v2
31
with:
32
- workspaces: "rust"
+ workspaces: "rust -> target"
33
34
- name: Generate JSON containing all concerts
35
run: pnpm rust
36
env:
37
- RUST_LOG: debug
+ RUST_LOG: "london_classical"
38
39
- name: Generate TypeScript types from Rust structs
40
run: pnpm rust:types
0 commit comments