Skip to content

Commit

Permalink
Fix build, remove avrdude.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Apr 29, 2024
1 parent ff8b23b commit b4b5815
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24,699 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@ jobs:

- uses: actions/checkout@v4

- name: Check binary permissions
working-directory: ./macos/QMK Toolbox/Resources
env:
QMK_BINARIES: avrdude bootloadHID dfu-programmer dfu-util mdloader teensy_loader_cli wb32-dfu-updater_cli
run: |
status=0
for b in $QMK_BINARIES; do
perm=$(stat -f "%Lp" $b)
echo "$b: $perm"
[[ $perm == "755" ]] || status=1
done
exit $status
- name: Build
working-directory: ./macos
run: |
Expand Down
Loading

0 comments on commit b4b5815

Please sign in to comment.