1
0
Jonathan Kelley 3 жил өмнө
parent
commit
d4f4c29ee7

+ 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