Skip to content

Commit 9a76a7b

Browse files
committed
use correct path for submodule
1 parent 2c187df commit 9a76a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rv-run-proofs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo "KMIR version set to ${{ inputs.kmir }}"
8585
kmir=${{ inputs.kmir }}
8686
else
87-
kmir=p-token-$(git rev-parse --short $(git ls-tree HEAD mir-semantics/ | awk '{print $3}'))
87+
kmir=p-token-$(git rev-parse --short $(git ls-tree HEAD p-token/test-properties/mir-semantics/ | awk '{print $3}'))
8888
fi
8989
echo "kmir=$kmir" >> $GITHUB_OUTPUT
9090

0 commit comments

Comments
 (0)