Skip to content

Commit

Permalink
chore: move srcs to hpm_isp/ and crate Cargo workspace
Browse files Browse the repository at this point in the history
Signed-off-by: tfx2001 <tfx2001@outlook.com>
  • Loading branch information
tfx2001 committed Jul 5, 2023
1 parent bc394e2 commit 8aa8d43
Show file tree
Hide file tree
Showing 10 changed files with 314 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install libusb-1.0-0-dev
run: sudo apt install libusb-1.0-0-dev -y
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/.idea
/bin
/bin
.DS_Store

0 comments on commit 8aa8d43

Please sign in to comment.