File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616 contents : write
1717
1818env :
19- version : m138-c1caa59365c-1
19+ version : m138-c1caa59365c-2
2020
2121jobs :
2222 macos :
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ Prebuilt binaries can be found [in releases](https://github.com/JetBrains/skia-p
1818Note: Better check build.yml for the detailed command for your machine
1919
2020``` sh
21- python3 script/checkout.py --version m138-9e6b5bff162
21+ python3 script/checkout.py --version m138-c1caa59365c
2222python3 script/build.py
23- python3 script/archive.py --version m138-9e6b5bff162
23+ python3 script/archive.py --version m138-c1caa59365c
2424```
2525
2626To build a debug build:
2727
2828``` sh
29- python3 script/checkout.py --version m138-9e6b5bff162
29+ python3 script/checkout.py --version m138-c1caa59365c
3030python3 script/build.py --build-type Debug
31- python3 script/archive.py --version m138-9e6b5bff162 --build-type Debug
31+ python3 script/archive.py --version m138-c1caa59365c --build-type Debug
3232```
3333
3434### Windows-specific
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ def main():
4444 'modules/skcms/*.h' ,
4545 'modules/skunicode/include/*.h' ,
4646 'modules/skunicode/src/*.h' ,
47+ 'modules/jsonreader/*.h' ,
4748 'src/base/*.h' ,
4849 'src/core/*.h' ,
4950 'src/gpu/ganesh/gl/*.h' ,
You can’t perform that action at this time.
0 commit comments