We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f11b64 commit a1cd808Copy full SHA for a1cd808
.github/workflows/test-eb-hooks.yml
@@ -69,7 +69,7 @@ jobs:
69
COMPATIBLE_EASYCONFIG: 'M4-1.4.19-GCCcore-14.2.0.eb'
70
INCOMPATIBLE_EASYCONFIG: 'M4-1.4.19-GCCcore-13.2.0.eb'
71
# Pick a site toolchain that will allow the incompatible easyconfig
72
- EESSI_SITE_TOP_LEVEL_TOOLCHAINS: '[{"GCCcore": "13.2.0"}]'
+ EESSI_SITE_TOP_LEVEL_TOOLCHAINS: '[{"name": "GCCcore", "version": "13.2.0"}]'
73
74
steps:
75
- name: Check out software-layer repository
0 commit comments