We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6299194 commit 82c6bb6Copy full SHA for 82c6bb6
.github/workflows/ci_test_vector_net.yml
@@ -53,7 +53,7 @@ jobs:
53
working-directory: ./TestVectors
54
run: |
55
# this is evil, but the MPL test vectors defines an extra Main
56
- sed -i '' 's/method Main/method NotMain/' ../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/src/Index.dfy
+ sed -i "" "s/method Main/method NotMain/" ../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/src/Index.dfy
57
# This works because `node` is installed by default on GHA runners
58
make transpile_net
59
0 commit comments