Skip to content

Commit

Permalink
Install hidapi - from recent qmk_firmware/develop changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed May 11, 2021
1 parent 6af7cac commit 0c9cb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install QMK cli
run: |
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "pacman --needed --noconfirm --disable-download-timeout -S pactoys-git"
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "pacboy sync --needed --noconfirm --disable-download-timeout base-devel: toolchain:x clang:x git: unzip: python3-pip:x python3-setuptools:x avr-binutils:x avr-gcc:x avr-libc:x arm-none-eabi-binutils:x arm-none-eabi-gcc:x arm-none-eabi-newlib:x avrdude:x bootloadhid:x dfu-programmer:x dfu-util:x mdloader:x teensy-loader-cli:x"
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "pacboy sync --needed --noconfirm --disable-download-timeout base-devel: toolchain:x clang:x git: unzip: python3-pip:x python3-setuptools:x avr-binutils:x avr-gcc:x avr-libc:x arm-none-eabi-binutils:x arm-none-eabi-gcc:x arm-none-eabi-newlib:x avrdude:x bootloadhid:x dfu-programmer:x dfu-util:x mdloader:x teensy-loader-cli:x hidapi:x"
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "python3 -m pip install --no-binary qmk qmk==${{ steps.dotenv.outputs.qmk_cli_ver }}"
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "qmk"
Expand Down

0 comments on commit 0c9cb03

Please sign in to comment.