Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jan 14, 2025
1 parent ba2127a commit 89f9660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .monorepo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e52030dba4d6130874f80e80900961c342c8c074
3cc36be2ef1ff1797fd85a30754551949b29dbc1
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ action-tests test_name='Test_ProgramAction' *args='':

if [ ! -d "monorepo/.devnet" ]; then
echo "Building devnet allocs for the monorepo"
(cd monorepo && make devnet-allocs)
(cd monorepo/packages/contracts-bedrock && forge build)
fi

echo "Building host program for the native target"
Expand Down

0 comments on commit 89f9660

Please sign in to comment.