From 7b89b610669e60936d63463ec83ec0dd80ef1fd1 Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Mon, 11 Apr 2022 21:17:33 +0200 Subject: update ci --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7665cf..049fb18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Download LLVM - run: sudo apt-get install llvm-11 clang-11 llvm + run: sudo apt-get install llvm-11 clang-11 - name: Download Odin run: git clone https://github.com/odin-lang/Odin - name: Build Odin diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ae1f422..17e401d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Download LLVM - run: sudo apt-get install llvm-11 clang-11 llvm + run: sudo apt-get install llvm-11 clang-11 - name: Download Odin run: | git clone https://github.com/odin-lang/Odin -- cgit v1.2.3