diff options
| author | Mikkel Hjortshøj <me@thisdrunkdane.io> | 2021-04-30 22:26:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 22:26:15 +0200 |
| commit | 47ff50a92d8273f01c08f8e8ff6fd37b6feaf677 (patch) | |
| tree | 84f1325b925077ccd4bc98d3471bc6a15e12fbb1 /.github | |
| parent | a1558b339885b17bc03b5808ed48b560696b5f6c (diff) | |
Remove downloading the LLVM binaries in ci.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdfa1b994..faf5ecd29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,13 +38,6 @@ jobs: runs-on: windows-latest steps: - 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 shell: cmd run: | |