Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Mar 10, 2024
1 parent d82127e commit 4b4c457
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Checkout flashing utils
uses: actions/checkout@v4
with:
repository: qmk/qmk_toolbox
path: .build/qmk_toolbox

- name: Copy flashing utils
run: |
cp -r .build/qmk_toolbox/windows/QMK\ Toolbox/Resources/* src/usr/bin/
- name: Populate config
run: |
echo "VERSION_ID=$GITHUB_SHA" >> src/etc/qmk-release
Expand All @@ -42,7 +52,6 @@ jobs:
name: artifacts-rootfs
path: .build/*


drivers:
runs-on: ubuntu-latest

Expand Down
Binary file removed src/usr/bin/avrdude.exe
Binary file not shown.
Binary file removed src/usr/bin/bootloadHID.exe
Binary file not shown.
Binary file removed src/usr/bin/dfu-programmer.exe
Binary file not shown.
Binary file removed src/usr/bin/dfu-util.exe
Binary file not shown.
Binary file removed src/usr/bin/hid_bootloader_cli.exe
Binary file not shown.
Binary file removed src/usr/bin/hid_listen.exe
Binary file not shown.
Binary file removed src/usr/bin/libftdi1.dll
Binary file not shown.
Binary file removed src/usr/bin/libusb-0-1-4.dll
Binary file not shown.
Binary file removed src/usr/bin/libusb-1.0.dll
Binary file not shown.
Binary file removed src/usr/bin/libusb0.dll
Binary file not shown.
Binary file removed src/usr/bin/libwinpthread-1.dll
Binary file not shown.
Binary file removed src/usr/bin/mdloader.exe
Binary file not shown.
Binary file removed src/usr/bin/teensy_loader_cli.exe
Binary file not shown.

0 comments on commit 4b4c457

Please sign in to comment.