Skip to content

Commit 82c6bb6

Browse files
committed
m
1 parent 6299194 commit 82c6bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_test_vector_net.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ./TestVectors
5454
run: |
5555
# 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
56+
sed -i "" "s/method Main/method NotMain/" ../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/src/Index.dfy
5757
# This works because `node` is installed by default on GHA runners
5858
make transpile_net
5959

0 commit comments

Comments
 (0)