Update ci.yml

This commit is contained in:
Mikkel Hjortshøj
2019-10-27 18:02:39 +01:00
committed by GitHub
parent 5e81fc72b9
commit d760b95e4f

View File

@@ -33,10 +33,11 @@ jobs:
- name: Install cURL
run: choco install curl
- name: Download and unpack LLVM bins
shell: cmd
working-directory:
run: |
cd bin
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
- name: build Odin
run: |