aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMikkel Hjortshøj <fyoucon@gmail.com>2019-10-27 18:02:39 +0100
committerGitHub <noreply@github.com>2019-10-27 18:02:39 +0100
commitd760b95e4fafd637a573bc1bd8879797eff0df8f (patch)
treeb9c0d17039061920b6125e6534dcc7d801546fe1 /.github
parent5e81fc72b97dc3a27fee3ea1e0ae9bffab56e8d5 (diff)
Update ci.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 50ca88d95..d225bcfb9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: |