Skip to content

Commit

Permalink
Debug the build
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Nov 24, 2024
1 parent 4ab454d commit 4d6abe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install Node dependencies
run: pnpm install

- name: Debug
run: echo "RUST_LOG=info" >> $GITHUB_ENV

- name: Run build
run: pnpm run build

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lz4_flex = { version = "0.10.0", default-features = false, features = ["safe-dec
lzma-rs = { version = "0.3.0", features = ["raw_decoder"] }
naga = { git = "https://github.com/magcius/wgpu", branch = "issue-4349", features = ["glsl-in", "wgsl-out"] }
num_enum = "0.5.7"
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2.95"
web-sys = { version = "0.3.48", features = ["console"] }
nalgebra-glm = "0.19.0"
rand = "0.8.5"
Expand Down

0 comments on commit 4d6abe1

Please sign in to comment.