Skip to content

Commit

Permalink
Update Earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Aug 23, 2024
1 parent 3add2d9 commit 4c82dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IMPORT ../wasm/stub-module AS stub-module
# builder : Set up our target toolchains, and copy our files.
builder:
DO rust-ci+SETUP
COPY --dir .cargo .config crates bin schemas .
COPY --dir .cargo .config crates bin .

Check failure on line 13 in rust/Earthfile

View workflow job for this annotation

GitHub Actions / ci / check / run (/home/runner/work/catalyst-libs/catalyst-libs/rust)

Error

The command COPY --dir .cargo .config crates bin . failed: "/crates": not found
COPY Cargo.toml .
COPY clippy.toml deny.toml rustfmt.toml .

Expand Down

0 comments on commit 4c82dd9

Please sign in to comment.