Skip to content

Commit 8eb2f83

Browse files
committed
ci: add static library download step to plugin build workflow
1 parent 0131944 commit 8eb2f83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-plugin.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
with:
6565
xcode-version: "26.2"
6666

67+
- name: Download static libraries
68+
env:
69+
GH_TOKEN: ${{ github.token }}
70+
run: scripts/download-libs.sh
71+
6772
- name: Import signing certificate
6873
env:
6974
CERTIFICATES_P12: ${{ secrets.CERTIFICATES_P12 }}

0 commit comments

Comments
 (0)