summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Gräsman <kim.grasman@gmail.com>2023-08-11 20:11:41 +0200
committerKim Gräsman <kim.grasman@gmail.com>2023-08-11 20:11:41 +0200
commitb2a23ca70f99d036a06b8f121ad94dc225501bbb (patch)
tree19ec48d3197d5190ddef365069f4ca921ec0bfaa
parent185dd2c591b40d7f95974f29674111a31303d9a1 (diff)
Remove packaging workaround to fix llvm-18 build
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f90feda..c31462c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
- name: Work around broken packaging
run: |
- sudo touch /usr/lib/llvm-17/lib/libomp.so.5
+ true
- name: Select checkout ref (PR)
if: github.event_name == 'pull_request'