Skip to content

Commit 964edf8

Browse files
committed
Fix CI
1 parent b008b9f commit 964edf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
- name: Cache Rust dependencies
3030
uses: Swatinem/rust-cache@v2
3131
with:
32-
workspaces: "rust"
32+
workspaces: "rust -> target"
3333

3434
- name: Generate JSON containing all concerts
3535
run: pnpm rust
3636
env:
37-
RUST_LOG: debug
37+
RUST_LOG: "london_classical"
3838

3939
- name: Generate TypeScript types from Rust structs
4040
run: pnpm rust:types

0 commit comments

Comments
 (0)