Skip to content

Commit

Permalink
Missing -r
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Aug 21, 2024
1 parent 715d017 commit 58ffb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_dafny_from_source/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ runs:
shell: bash
run: |
rm -rf TestModels/dafny-dependencies/dafny_runtime_rust
cp dafny/Source/DafnyRuntime/DafnyRuntimeRust TestModels/dafny-dependencies/dafny_runtime_rust
cp -r dafny/Source/DafnyRuntime/DafnyRuntimeRust TestModels/dafny-dependencies/dafny_runtime_rust

0 comments on commit 58ffb77

Please sign in to comment.