Skip to content

Commit 074f211

Browse files
committed
fix(coprocessor): copy rust-toolchain.toml to root
1 parent 474c100 commit 074f211

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coprocessor-cargo-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: Checkout LFS objects
5252
run: git lfs checkout
5353

54+
- name: Setup Rust toolchain file
55+
run: cp coprocessor/fhevm-engine/rust-toolchain.toml .
56+
5457
- name: Setup Rust
5558
uses: dsherret/rust-toolchain-file@3551321aa44dd44a0393eb3b6bdfbc5d25ecf621 # v1
5659

0 commit comments

Comments
 (0)