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 fba10dc commit ad80c61Copy full SHA for ad80c61
.github/workflows/build.yml
@@ -307,7 +307,7 @@ jobs:
307
- name: Checkout
308
if: fromJSON(matrix.config.container) == null
309
uses: actions/checkout@v4
310
-
+
311
312
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
313
if: fromJSON(matrix.config.container) != null
0 commit comments