Parcourir la source

wip: add backtrace

Jonathan Kelley il y a 3 ans
Parent
commit
d4f4c29ee7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/windows.yml

+ 1 - 1
.github/workflows/windows.yml

@@ -61,7 +61,7 @@ jobs:
       run: |
         rustc -Vv
         cargo -V
-        cargo build
+        RUST_BACKTRACE=1 cargo build
       shell: cmd
 
     - name: test