From d760b95e4fafd637a573bc1bd8879797eff0df8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Hjortsh=C3=B8j?= Date: Sun, 27 Oct 2019 18:02:39 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |