diff options
| author | Mikkel Hjortshøj <fyoucon@gmail.com> | 2019-10-27 18:04:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-27 18:04:14 +0100 |
| commit | 684bf7aa61ce285d1ba2cd2f02a932106d02581b (patch) | |
| tree | 48cfa7b4ef9c38bbc50ea1e9232fe96a42441976 /.github | |
| parent | d760b95e4fafd637a573bc1bd8879797eff0df8f (diff) | |
Update ci.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d225bcfb9..59f47547b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |