mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Remove downloading the LLVM binaries in ci.yml
This commit is contained in:
@@ -38,13 +38,6 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Download and unpack LLVM bins
|
|
||||||
shell: powershell
|
|
||||||
run: |
|
|
||||||
cd bin
|
|
||||||
$ProgressPreference = "SilentlyContinue";
|
|
||||||
Invoke-WebRequest -Uri https://github.com/odin-lang/Odin/releases/download/llvm-windows/llvm-binaries.zip -OutFile llvm-binaries.zip
|
|
||||||
7z x llvm-binaries.zip > $null
|
|
||||||
- name: build Odin
|
- name: build Odin
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user