switch windows back to the old method

This commit is contained in:
Zach White
2021-07-07 21:29:22 -07:00
parent dbd731585a
commit 6d99eacdf8
+13 -2
View File
@@ -41,6 +41,17 @@ jobs:
update: true
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-python-pip
- name: (MSYS2) Run ci_tests -a
- name: (MSYS2) Install Python dependencies
shell: msys2 {0}
run: ./ci_tests -a
run: |
python3 -m pip install wheel
- name: (MSYS2) Install QMK CLI from source
shell: msys2 {0}
run: |
python3 -m pip install -r requirements.txt
python3 setup.py sdist bdist_wheel
cd ..
python3 -m pip install --force-reinstall --no-index --no-deps --find-links qmk_cli/dist qmk
- name: (MSYS2) Run qmk setup -y
shell: msys2 {0}
run: qmk setup -y