From 0f9b0c2052b9af72c703c7128ae255d216b5695c Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 24 Apr 2021 21:04:38 +0100 Subject: [PATCH] Remove `libllvm-11` --- .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 cb259407d..5fb36863d 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 libllvm-11 llvm-11 + run: sudo apt-get install llvm-11 - name: build odin run: make release - name: Odin run