We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9113d3 commit 2c5a45eCopy full SHA for 2c5a45e
1 file changed
.github/workflows/push.yml
@@ -146,7 +146,13 @@ jobs:
146
with:
147
msystem: mingw64
148
update: true
149
- install: mingw-w64-x86_64-python-pip
+ 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'
156
157
- name: '🧰 Checkout'
158
uses: actions/checkout@v4
0 commit comments