Update ci.yml

This commit is contained in:
Mikkel Hjortshøj
2019-10-27 18:04:14 +01:00
committed by GitHub
parent d760b95e4f
commit 684bf7aa61

View File

@@ -34,7 +34,7 @@ jobs:
run: choco install curl
- name: Download and unpack LLVM bins
shell: cmd
working-directory:
working-directory: $GITHUB_WORKSPACE/odin/bin
run: |
cd bin
curl -sL https://github.com/odin-lang/Odin/releases/download/llvm-windows/llvm-binaries.zip --output llvm-binaries.zip