aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2022-04-11 21:17:33 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2022-04-11 21:17:33 +0200
commit7b89b610669e60936d63463ec83ec0dd80ef1fd1 (patch)
treea3bfe6853ae14897bdda3cac388283e6a78dc16c /.github/workflows
parent69369246fb6c41ebebd81b63f707022bddc217b9 (diff)
update ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/nightly.yml2
2 files changed, 2 insertions, 2 deletions
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