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 1764771 commit dbde47dCopy full SHA for dbde47d
1 file changed
.github/workflows/build.yml
@@ -45,6 +45,8 @@ jobs:
45
xcode-version: '26.2'
46
47
- name: Download static libraries
48
+ env:
49
+ GH_TOKEN: ${{ github.token }}
50
run: scripts/download-libs.sh --force
51
52
- name: Install ARM64 dependencies
@@ -144,6 +146,8 @@ jobs:
144
146
145
147
148
149
150
151
152
153
- name: Install Rosetta 2
0 commit comments