Skip to content

Commit

Permalink
Broken CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Nov 14, 2024
1 parent c53fb88 commit 1e98a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
shell: msys2 {0}
run: |
python3 -m build
python3 -m pip install dist/qmk-*.tar.gz
python3 -m pip install --break-system-packages dist/qmk-*.tar.gz
- name: (MSYS2) Run qmk setup -y
shell: msys2 {0}
run: qmk setup -y

0 comments on commit 1e98a2e

Please sign in to comment.