-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Attempt to compile the code from master fail because of some missing file on the repository.
Traces:
╭─ dive #v0.2.1@b9851fb5 ─────────────────────────────────────────────────────────────────────────────────────────────╮
╰─ 13% 11:47:45 ❯ cargo build --release ─╯
Compiling dive v0.2.1 (/home/master/repo/dive)
error: couldn't read `src/bin/../assets/programs.csv`: No such file or directory (os error 2)
--> src/bin/pkg.rs:133:20
|
133 | let programs = include_bytes!("../assets/programs.csv");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: could not compile `dive` (bin "pkg") due to 1 previous error
I could not find any reference about it in the readme ?
Seems that creating an empty file @src/asserta/progtrams.cvs "fixed" the compilation.
Metadata
Metadata
Assignees
Labels
No labels