We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53fb88 commit 1e98a2eCopy full SHA for 1e98a2e
.github/workflows/cli_setup.yml
@@ -74,7 +74,7 @@ jobs:
74
shell: msys2 {0}
75
run: |
76
python3 -m build
77
- python3 -m pip install dist/qmk-*.tar.gz
+ python3 -m pip install --break-system-packages dist/qmk-*.tar.gz
78
- name: (MSYS2) Run qmk setup -y
79
80
run: qmk setup -y
0 commit comments