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 2c187df commit 9a76a7bCopy full SHA for 9a76a7b
.github/workflows/rv-run-proofs.yaml
@@ -84,7 +84,7 @@ jobs:
84
echo "KMIR version set to ${{ inputs.kmir }}"
85
kmir=${{ inputs.kmir }}
86
else
87
- kmir=p-token-$(git rev-parse --short $(git ls-tree HEAD mir-semantics/ | awk '{print $3}'))
+ kmir=p-token-$(git rev-parse --short $(git ls-tree HEAD p-token/test-properties/mir-semantics/ | awk '{print $3}'))
88
fi
89
echo "kmir=$kmir" >> $GITHUB_OUTPUT
90
0 commit comments