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 9faee26 commit eaec740Copy full SHA for eaec740
.github/workflows/test-gb-25.yml
@@ -67,7 +67,7 @@ jobs:
67
# Artifact names cannot include forward slashes and some other characters, here we
68
# do some sanitisation.
69
ARTIFACT_INDEX=${{ matrix.julia_version }}-${{ matrix.xla_commit }}-${{ matrix.gb25_commit }}-${{ matrix.reactant_commit }}
70
- echo "ARTIFACT_INDEX=${ARTIFACT_INDEX/\//_}" >> "${GITHUB_ENV}"
+ echo "ARTIFACT_INDEX=${ARTIFACT_INDEX//\//_}" >> "${GITHUB_ENV}"
71
- uses: bazel-contrib/[email protected]
72
name: Set up Bazel
73
with:
0 commit comments