Browse Source

Update ci.yml

Mikkel Hjortshøj 5 years ago
parent
commit
d760b95e4f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/ci.yml

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

@@ -33,10 +33,11 @@ jobs:
       - name: Install cURL
       - name: Install cURL
         run: choco install curl
         run: choco install curl
       - name: Download and unpack LLVM bins
       - name: Download and unpack LLVM bins
+        shell: cmd
+        working-directory: 
         run: |
         run: |
           cd bin
           cd bin
           curl -sL https://github.com/odin-lang/Odin/releases/download/llvm-windows/llvm-binaries.zip --output llvm-binaries.zip
           curl -sL https://github.com/odin-lang/Odin/releases/download/llvm-windows/llvm-binaries.zip --output llvm-binaries.zip
-          ls
           7z x llvm-binaries.zip > nul
           7z x llvm-binaries.zip > nul
       - name: build Odin
       - name: build Odin
         run: |
         run: |