Skip to content

Commit 7ba8dc7

Browse files
committed
Try to enable CI with the key4hep stable release.
1 parent 0966ac8 commit 7ba8dc7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
runs-on: self-hosted
2222
strategy:
2323
matrix:
24-
# LCG_RELEASE: [LCG_EXTERNAL, KEY4HEP_STACK]
25-
LCG_RELEASE: [LCG_EXTERNAL]
26-
# CEPCSW_BLDTOOL: [make, ninja]
27-
CEPCSW_BLDTOOL: [ninja]
24+
LCG_RELEASE:
25+
- LCG_EXTERNAL
26+
- KEY4HEP_STACK
27+
CEPCSW_BLDTOOL:
28+
- ninja
29+
# - make
2830

2931
# Steps represent a sequence of tasks that will be executed as part of the job
3032
steps:

0 commit comments

Comments
 (0)