From f7e321f8237de76fa2812ab8abec1cacd1ec116c Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Wed, 23 Dec 2020 23:14:34 +0800
Subject: [PATCH] WIP: Update the LCG release for branch lcg98
---
.github/workflows/main.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6cc55585..8d9d2546 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
- LCG_RELEASE: [LCG_97, KEY4HEP_STACK]
+ LCG_RELEASE: [LCG_98, KEY4HEP_STACK]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
@@ -43,4 +43,4 @@ jobs:
pwd
bash ./.build.ci.sh
env:
- LCG_RELEASE: ${{strategy.LCG_RELEASE}}
+ LCG_RELEASE: ${{matrix.LCG_RELEASE}}
--
GitLab