Skip to content

Commit

Permalink
Fix failing quick-build rule in makefile
Browse files Browse the repository at this point in the history
app doesn't exist in this repo, thats why the build.yml was failing.
  • Loading branch information
MarkoSagadin committed Feb 29, 2024
1 parent c7c867f commit 1a3ef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pre-build:

# Runs on every push to the main branch
quick-build:
east build -b nrf52840dk_nrf52840 app
east build -b nrf52840dk_nrf52840 samples/dmic

# Runs on every PR and when doing releases
release:
Expand Down

0 comments on commit 1a3ef54

Please sign in to comment.