mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Update ci.yml
This commit is contained in:
@@ -33,10 +33,11 @@ jobs:
|
|||||||
- name: Install cURL
|
- name: Install cURL
|
||||||
run: choco install curl
|
run: choco install curl
|
||||||
- name: Download and unpack LLVM bins
|
- name: Download and unpack LLVM bins
|
||||||
|
shell: cmd
|
||||||
|
working-directory:
|
||||||
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
|
||||||
ls
|
|
||||||
7z x llvm-binaries.zip > nul
|
7z x llvm-binaries.zip > nul
|
||||||
- name: build Odin
|
- name: build Odin
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user