Skip to content

Commit

Permalink
fix typo in build.py + raise the version in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Karpovich committed Aug 16, 2022
1 parent a71fddd commit 9cad061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
default: 'false'

env:
version: m105-f204b137b9-3
version: m105-f204b137b9-4

jobs:
macos:
Expand Down
2 changes: 1 addition & 1 deletion script/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def main():
'skia_use_gl=true',
'skia_enable_gpu=true',
'skia_enable_svg=true', # other targets have this set in skia.gni
'skia_use_expat=true' # other targets have this set in skia.gni
'skia_use_expat=true', # other targets have this set in skia.gni
'extra_cflags=["-DSK_SUPPORT_GPU=1", "-DSK_GL", "-DSK_DISABLE_LEGACY_SHADERCONTEXT"]'
]

Expand Down

0 comments on commit 9cad061

Please sign in to comment.