Skip to content

Commit 1e98a2e

Browse files
committed
Broken CI.
1 parent c53fb88 commit 1e98a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
shell: msys2 {0}
7575
run: |
7676
python3 -m build
77-
python3 -m pip install dist/qmk-*.tar.gz
77+
python3 -m pip install --break-system-packages dist/qmk-*.tar.gz
7878
- name: (MSYS2) Run qmk setup -y
7979
shell: msys2 {0}
8080
run: qmk setup -y

0 commit comments

Comments
 (0)