mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Remove downloading the LLVM binaries in nightly.yml
This commit is contained in:
@@ -10,15 +10,6 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install cURL
|
|
||||||
run: choco install curl
|
|
||||||
- name: Download and unpack LLVM bins
|
|
||||||
shell: cmd
|
|
||||||
run: |
|
|
||||||
cd bin
|
|
||||||
curl -sL https://github.com/odin-lang/Odin/releases/download/llvm-windows/llvm-binaries.zip --output llvm-binaries.zip
|
|
||||||
7z x llvm-binaries.zip > nul
|
|
||||||
rm -f llvm-binaries.zip
|
|
||||||
- name: build Odin
|
- name: build Odin
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user