Skip to content

Commit

Permalink
Fix checks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Oct 7, 2024
1 parent 4ac1b42 commit be55c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Check binaries
run: |
test -e ./bin/arm-linux-gnueabihf/signal-estimator
test -e ./bin/x86_64-linux-gnu/signal-estimator
./bin/x86_64-linux-gnu/signal-estimator --help
- name: Check ui binaries
Expand Down

0 comments on commit be55c5e

Please sign in to comment.