mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
wip: add backtrace
This commit is contained in:
parent
b4983a0169
commit
d4f4c29ee7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rustc -Vv
|
rustc -Vv
|
||||||
cargo -V
|
cargo -V
|
||||||
cargo build
|
RUST_BACKTRACE=1 cargo build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
|
|
Loading…
Add table
Reference in a new issue