From 041ff13672b0b65086540882b3369895064f75fe Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 25 Apr 2021 18:06:29 +0100 Subject: [PATCH] Update CI for Linux --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d7eb1336..ea4d964aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Download LLVM - run: sudo apt-get install llvm-11 clang-11 + run: sudo apt-get install llvm-11 clang-11 llvm - name: build odin run: make release - name: Odin run -llvm-api