Skip to content

Commit

Permalink
Update skia to m116-47d3027-1 (#50)
Browse files Browse the repository at this point in the history
* Update skia to m116-c456ea9-1

* Update skia to m116-47d3027-1
  • Loading branch information
eymar authored Mar 1, 2024
1 parent b228d80 commit a7775db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
default: 'false'

env:
version: m116-b54492e-3
version: m116-47d3027-1

jobs:
macos:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Prebuilt binaries can be found [in releases](https://github.com/JetBrains/skia-p
## Building locally

```sh
python3 script/checkout.py --version m116-b54492e-3
python3 script/checkout.py --version m116-47d3027-1
python3 script/build.py
python3 script/archive.py --version m116-b54492e-3
python3 script/archive.py --version m116-47d3027-1
```

To build a debug build:

```sh
python3 script/checkout.py --version m116-b54492e-3
python3 script/checkout.py --version m116-47d3027-1
python3 script/build.py --build-type Debug
python3 script/archive.py --version m116-b54492e-3 --build-type Debug
python3 script/archive.py --version m116-47d3027-1 --build-type Debug
```

0 comments on commit a7775db

Please sign in to comment.