Skip to content

Commit

Permalink
set correct commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeevPavel committed Feb 7, 2023
1 parent c519702 commit 3dcbf8f
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: m110-de56cc1
version: m110-ad42464

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-de56cc1
python3 script/checkout.py --version m110-ad42464
python3 script/build.py
python3 script/archive.py
python3 script/archive.py --version m110-ad42464
```

To build a debug build:

```sh
python3 script/checkout.py --version m110-de56cc1
python3 script/checkout.py --version m110-ad42464
python3 script/build.py --build-type Debug
python3 script/archive.py --build-type Debug
python3 script/archive.py --version m110-ad42464 --build-type Debug
```

0 comments on commit 3dcbf8f

Please sign in to comment.