Skip to content

Commit

Permalink
CI: fix dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Mar 27, 2024
1 parent e352931 commit 4d6186f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ jobs:
sudo apt install libudev-dev -y
- name: pdtool
run: |
cargo build -p=playdate-tool2 --bins -features=tracing
- name: pdtool with tracing
run: cargo build -p=playdate-tool2 --bin=pdtool --features=tracing


- name: Upload
Expand Down

0 comments on commit 4d6186f

Please sign in to comment.