Skip to content

Commit

Permalink
bodge more?
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jun 24, 2024
1 parent 7c19c6d commit 43fa42f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cli_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ jobs:
update: true
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-python-pip mingw-w64-x86_64-python-build mingw-w64-x86_64-python-pillow mingw-w64-x86_64-rust

# - name: (MSYS2) Install Python dependencies
# shell: msys2 {0}
# run: |
# python3 -m pip install -U setuptools wheel
- name: (MSYS2) Upgrade pip
shell: msys2 {0}
run: |
python3 -m pip install --upgrade pip
- name: (MSYS2) Install QMK CLI from source
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 43fa42f

Please sign in to comment.