From d434d27c73abab8e5ae4bc37b423caabbb12a950 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Tue, 16 Apr 2024 14:38:17 +0200
Subject: [PATCH] CI: setupwrapper for clang

---
 .github/workflows/linux.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 727c338f9..90043ddf4 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -23,6 +23,9 @@ jobs:
       with:
         release-platform: ${{ matrix.LCG }}
         run: |
+          if [[ ${{ matrix.LCG }} =~ clang16 ]]; then
+            source /cvmfs/sft.cern.ch/lcg/contrib/clang/16/x86_64-el9/setup-wrapper.sh
+          fi
           mkdir build
           cd build
           unset CPATH
-- 
GitLab