Skip to content

Commit

Permalink
Fixing the lookup to get uuid
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Baker <[email protected]>
  • Loading branch information
PeterBaker0 committed Oct 29, 2024
1 parent 385ebd3 commit 7705e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CheckMklDep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Extract current MKL hash from Manifest
id: extract
run: |
CURRENT_HASH=$(awk '/\[\[deps\.MKL_jll\]\]/{flag=1;next}/\[\[/{if(flag){exit}}flag&&/git-tree-sha1/{gsub(/^.*= "|".*$/,"",$0);printf "%s", $0}' Manifest.toml)
CURRENT_HASH=$(awk '/\[\[deps\.MKL_jll\]\]/{flag=1;next}/\[\[/{if(flag){exit}}flag&&/uuid/{gsub(/^.*= "|".*$/,"",$0);printf "%s", $0}' Manifest.toml)
echo "CURRENT_HASH=${CURRENT_HASH}" >> $GITHUB_OUTPUT
echo "Found current hash: ${CURRENT_HASH}"
Expand Down

0 comments on commit 7705e99

Please sign in to comment.