mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Update ci.yml
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: choco install curl
|
run: choco install curl
|
||||||
- name: Download and unpack LLVM bins
|
- name: Download and unpack LLVM bins
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory:
|
working-directory: $GITHUB_WORKSPACE/odin/bin
|
||||||
run: |
|
run: |
|
||||||
cd bin
|
cd bin
|
||||||
curl -sL https://github.com/odin-lang/Odin/releases/download/llvm-windows/llvm-binaries.zip --output llvm-binaries.zip
|
curl -sL https://github.com/odin-lang/Odin/releases/download/llvm-windows/llvm-binaries.zip --output llvm-binaries.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user