We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db1912 commit 8f87ff0Copy full SHA for 8f87ff0
1 file changed
.github/workflows/ci_fetchcontent.yml
@@ -52,7 +52,7 @@ jobs:
52
WORKSPACE=$GITHUB_WORKSPACE
53
fi
54
BUILD_DIR=$WORKSPACE/_build
55
- IMATH_TAG=$GITHUB_SHA
+ IMATH_TAG=$(git rev-parse HEAD)
56
IMATH_REPO=https://github.com/$GITHUB_REPOSITORY
57
58
cmake -S share/ci/src/fetch -B $BUILD_DIR \
0 commit comments