Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set skia to m116 #39

Merged
merged 2 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: m110-d88a7b5
version: m116-51072f3

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

```sh
python3 script/checkout.py --version m110-ad42464-1
python3 script/checkout.py --version m116-51072f3
python3 script/build.py
python3 script/archive.py --version m110-ad42464-1
python3 script/archive.py --version m116-51072f3
```

To build a debug build:

```sh
python3 script/checkout.py --version m110-ad42464-1
python3 script/checkout.py --version m116-51072f3
python3 script/build.py --build-type Debug
python3 script/archive.py --version m110-ad42464-1 --build-type Debug
python3 script/archive.py --version m116-51072f3 --build-type Debug
```
Loading