Skip to content

Commit 45685c8

Browse files
committed
fixed adding a new library jsonreader (skjsonreader)
1 parent 4150573 commit 45685c8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
contents: write
1717

1818
env:
19-
version: m138-c1caa59365c-1
19+
version: m138-c1caa59365c-2
2020

2121
jobs:
2222
macos:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Prebuilt binaries can be found [in releases](https://github.com/JetBrains/skia-p
1818
Note: 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
2222
python3 script/build.py
23-
python3 script/archive.py --version m138-9e6b5bff162
23+
python3 script/archive.py --version m138-c1caa59365c
2424
```
2525

2626
To build a debug build:
2727

2828
```sh
29-
python3 script/checkout.py --version m138-9e6b5bff162
29+
python3 script/checkout.py --version m138-c1caa59365c
3030
python3 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

script/archive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)