Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 7705e99

Browse files
committed
Fixing the lookup to get uuid
Signed-off-by: Peter Baker <peter.baker122@csiro.au>
1 parent 385ebd3 commit 7705e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CheckMklDep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Extract current MKL hash from Manifest
4141
id: extract
4242
run: |
43-
CURRENT_HASH=$(awk '/\[\[deps\.MKL_jll\]\]/{flag=1;next}/\[\[/{if(flag){exit}}flag&&/git-tree-sha1/{gsub(/^.*= "|".*$/,"",$0);printf "%s", $0}' Manifest.toml)
43+
CURRENT_HASH=$(awk '/\[\[deps\.MKL_jll\]\]/{flag=1;next}/\[\[/{if(flag){exit}}flag&&/uuid/{gsub(/^.*= "|".*$/,"",$0);printf "%s", $0}' Manifest.toml)
4444
echo "CURRENT_HASH=${CURRENT_HASH}" >> $GITHUB_OUTPUT
4545
echo "Found current hash: ${CURRENT_HASH}"
4646

0 commit comments

Comments
 (0)