Skip to content

Commit

Permalink
Use published ROMFS crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Jun 6, 2024
1 parent 0fb56c1 commit 713ece7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

- name: Install ROMFS tools
run: |
cargo install --git https://github.com/neotron-compute/neotron-romfs.git neotron-romfs-lsfs
cargo install --git https://github.com/neotron-compute/neotron-romfs.git neotron-romfs-mkfs
cargo install neotron-romfs-lsfs
cargo install neotron-romfs-mkfs
- name: Build
run: |
Expand Down
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion neotron-os/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ menu = "0.3"
neotron-api = "0.2"
neotron-common-bios = "0.12.0"
neotron-loader = "0.1"
neotron-romfs = { git = "https://github.com/neotron-compute/neotron-romfs.git" }
neotron-romfs = "1.0"
pc-keyboard = "0.7"
postcard = "1.0"
r0 = "1.0"
Expand Down

0 comments on commit 713ece7

Please sign in to comment.