Skip to content

Commit dbde47d

Browse files
committed
fix: set GH_TOKEN for download-libs.sh in CI
1 parent 1764771 commit dbde47d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
xcode-version: '26.2'
4646

4747
- name: Download static libraries
48+
env:
49+
GH_TOKEN: ${{ github.token }}
4850
run: scripts/download-libs.sh --force
4951

5052
- name: Install ARM64 dependencies
@@ -144,6 +146,8 @@ jobs:
144146
xcode-version: '26.2'
145147

146148
- name: Download static libraries
149+
env:
150+
GH_TOKEN: ${{ github.token }}
147151
run: scripts/download-libs.sh --force
148152

149153
- name: Install Rosetta 2

0 commit comments

Comments
 (0)