Skip to content
Snippets Groups Projects
Unverified Commit 428e9566 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Update main.yml

parent 93526fa4
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ jobs: ...@@ -19,6 +19,9 @@ jobs:
build: build:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: self-hosted 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 represent a sequence of tasks that will be executed as part of the job
steps: steps:
...@@ -39,3 +42,5 @@ jobs: ...@@ -39,3 +42,5 @@ jobs:
run: | run: |
pwd pwd
bash ./.build.ci.sh bash ./.build.ci.sh
env:
LCG_RELEASE: ${{strategy.LCG_RELEASE}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment