Skip to content

Commit 45ee202

Browse files
committed
m
1 parent c1ee22f commit 45ee202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/library_rust_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
shell: bash
6666
run: |
6767
if [ "$RUNNER_OS" == "macOS" ]; then
68-
sed -i '' 's|rustfmt --edition 2021 runtimes/rust/src/implementation_from_dafny.rs|#&|' smithy-dafny/SmithyDafnyMakefile.mk
68+
sed -i '' 's|rustfmt --edition 2021 runtimes/rust/src/implementation_from_dafny.rs|#&|' submodules/smithy-dafny/SmithyDafnyMakefile.mk
6969
else
70-
sed -i 's|rustfmt --edition 2021 runtimes/rust/src/implementation_from_dafny.rs|#&|' smithy-dafny/SmithyDafnyMakefile.mk
70+
sed -i 's|rustfmt --edition 2021 runtimes/rust/src/implementation_from_dafny.rs|#&|' submodules/smithy-dafny/SmithyDafnyMakefile.mk
7171
fi
7272
7373
- name: Setup Java 17 for codegen

0 commit comments

Comments
 (0)