From 428e95663bbe6cd77e70aadef9bc3ee347adf8ca Mon Sep 17 00:00:00 2001
From: Tao Lin <831611+mirguest@users.noreply.github.com>
Date: Sat, 12 Dec 2020 16:51:37 +0800
Subject: [PATCH] Update main.yml

---
 .github/workflows/main.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c1ab9fb2..e74e4aed 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,6 +19,9 @@ jobs:
   build:
     # The type of runner that the job will run on
     runs-on: self-hosted
+    strategy:
+      matrix:
+        LCG_RELEASE: [LCG_97, KEY4HEP_STACK]
 
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps:
@@ -39,3 +42,5 @@ jobs:
         run: |
           pwd
           bash ./.build.ci.sh
+        env:
+          LCG_RELEASE: ${{strategy.LCG_RELEASE}}
-- 
GitLab