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

+ 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