We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f6ee commit 706d76eCopy full SHA for 706d76e
.github/workflows/desktop.yml
@@ -172,7 +172,7 @@ jobs:
172
uses: actions/setup-python@v4
173
with:
174
python-version: ${{ matrix.python_version }}
175
- architecture: 'x64'
+ architecture: ${{ matrix.architecture }}
176
177
- name: Install Desktop SDK prerequisites
178
uses: nick-invision/retry@v2
.github/workflows/ios.yml
@@ -66,7 +66,7 @@ jobs:
66
67
68
python-version: 3.8
69
- architecture: "x64"
+ architecture: "arm64"
70
71
- name: Install prerequisites
72
run: |
0 commit comments