From 7ba8dc7d08a321d4f3614756ac92ed04c0d98ce6 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Wed, 13 Mar 2024 10:45:20 +0800
Subject: [PATCH] Try to enable CI with the key4hep stable release.

---
 .github/workflows/main.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9386b9f4..d733c0fa 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -21,10 +21,12 @@ jobs:
     runs-on: self-hosted
     strategy:
       matrix:
-        # LCG_RELEASE: [LCG_EXTERNAL, KEY4HEP_STACK]
-        LCG_RELEASE: [LCG_EXTERNAL]
-        # CEPCSW_BLDTOOL: [make, ninja]
-        CEPCSW_BLDTOOL: [ninja]
+        LCG_RELEASE: 
+          - LCG_EXTERNAL
+          - KEY4HEP_STACK
+        CEPCSW_BLDTOOL:
+          - ninja
+        # - make
 
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps:
-- 
GitLab