Parcourir la source

wip: add backtrace

Jonathan Kelley il y a 3 ans
Parent
commit
9f09273819
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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