Skip to content

Commit

Permalink
fix(ci): workflow fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Nov 13, 2024
1 parent f736638 commit 41f2ed7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions blueprints/examples/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@ fn main() {
println!("cargo:rerun-if-changed=src/lib.rs");
println!("cargo:rerun-if-changed=src/main.rs");
blueprint_metadata::generate_json();
blueprint_build_utils::build_contracts(vec![
"./contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts",
"./contracts/lib/eigenlayer-middleware",
"./contracts/lib/forge-std",
"./contracts",
]);
blueprint_build_utils::build_contracts(vec!["./contracts"]);
}

0 comments on commit 41f2ed7

Please sign in to comment.