Explorar o código

wip: add backtrace

Jonathan Kelley %!s(int64=3) %!d(string=hai) anos
pai
achega
9f09273819
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .github/workflows/windows.yml

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

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