Skip to content

Commit

Permalink
fix: add get skia to build frameworks scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot committed Dec 13, 2021
1 parent 50b9b9e commit 7ccb781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
submodules: recursive
- name: Init submodule
run: git submodule update --init
- name: Get Skia Headers
run: sh ./.github/scripts/get_skia.sh
- id: build_iphoneos
name: Build release iphoneos framework
run: sh ./.github/scripts/buildFramework.sh -t iphoneos -c Release
Expand Down

0 comments on commit 7ccb781

Please sign in to comment.