Skip to content

Commit

Permalink
fix: build fs shell
Browse files Browse the repository at this point in the history
  • Loading branch information
PKTH-Jx committed Feb 27, 2025
1 parent ee46070 commit 8c699bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build display/draw_map
run: make ARCH=${{ matrix.arch }} A=apps/display/draw_map
- name: Build fs/shell
run: make ARCH=${{ matrix.arch }} A=apps/fs/shell
run: make ARCH=${{ matrix.arch }} A=apps/fs/shell FEATURES=fatfs

- name: Build c/helloworld
run: make ARCH=${{ matrix.arch }} A=apps/c/helloworld
Expand Down
2 changes: 1 addition & 1 deletion apps/fs/shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ default = []
axfs_vfs = { path = "../../../crates/axfs_vfs", optional = true }
axfs_ramfs = { path = "../../../crates/axfs_ramfs", optional = true }
crate_interface = { version = "0.1.1", optional = true }
axstd = { path = "../../../ulib/axstd", features = ["alloc", "fs","blkfs"], optional = true }
axstd = { path = "../../../ulib/axstd", features = ["alloc", "fs", "blkfs"], optional = true }

0 comments on commit 8c699bc

Please sign in to comment.