Skip to content

Commit 4e8cd58

Browse files
committed
update
1 parent 647d420 commit 4e8cd58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/run-docker.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ run() {
2323
# calling docker, otherwise docker will create them but they will be owned
2424
# by root.
2525
mkdir -p target
26-
touch Cargo.lock
27-
touch builtins-test-intrinsics/Cargo.toml
26+
cargo generate-lockfile --manifest-path builtins-test-intrinsics/Cargo.toml
2827

2928
run_cmd="HOME=/tmp"
3029

0 commit comments

Comments
 (0)