Skip to content

Commit

Permalink
Install more qmk_firmware deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Aug 13, 2021
1 parent a3c5829 commit 8e5095e
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 @@ -56,7 +56,7 @@ jobs:
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 hidapi:x"
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "pip_bodge.cmd install pygments qmk-dotty-dict hjson 'jsonschema>=3'"
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "python3 -m pip install pygments qmk-dotty-dict hjson jsonschema"
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "pip_bodge.cmd install qmk==${{ steps.dotenv.outputs.qmk_cli_ver }}"
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "qmk"
Expand Down

0 comments on commit 8e5095e

Please sign in to comment.