File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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 -2
19+ version : m138-9e6b5bff162 -2
2020
2121jobs :
2222 macos :
Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ Prebuilt binaries can be found [in releases](https://github.com/JetBrains/skia-p
14143 . Update ` version ` in [ .github/workflows/build.yml] ( https://github.com/JetBrains/skia-pack/blob/master/.github/workflows/build.yml ) .
1515
1616## Building locally
17-
17+ Replace SKIA_VERSION with the version you want to build, for example ` m138-9e6b5bff162 ` .
1818Note: Better check build.yml for the detailed command for your machine
1919
2020``` sh
21- python3 script/checkout.py --version m138-c1caa59365c
21+ python3 script/checkout.py --version SKIA_VERSION
2222python3 script/build.py
23- python3 script/archive.py --version m138-c1caa59365c
23+ python3 script/archive.py --version SKIA_VERSION
2424```
2525
2626To build a debug build:
2727
2828``` sh
29- python3 script/checkout.py --version m138-c1caa59365c
29+ python3 script/checkout.py --version SKIA_VERSION
3030python3 script/build.py --build-type Debug
31- python3 script/archive.py --version m138-c1caa59365c --build-type Debug
31+ python3 script/archive.py --version SKIA_VERSION --build-type Debug
3232```
3333
3434### Windows-specific
You can’t perform that action at this time.
0 commit comments