Skip to content

Commit 2c5a45e

Browse files
committed
Update CI.
1 parent b9113d3 commit 2c5a45e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,13 @@ jobs:
146146
with:
147147
msystem: mingw64
148148
update: true
149-
install: mingw-w64-x86_64-python-pip
149+
install: mingw-w64-x86_64-gcc
150+
151+
- name: '🐍 Setup Python 3.10'
152+
uses: actions/setup-python@v6
153+
with:
154+
python-version: '3.10'
155+
cache: 'pip'
150156

151157
- name: '🧰 Checkout'
152158
uses: actions/checkout@v4

0 commit comments

Comments
 (0)