From 3dcbf8fab6ef1342dedd93074335831fea92362e Mon Sep 17 00:00:00 2001 From: "Pavel.Sergeev" Date: Tue, 7 Feb 2023 14:01:47 +0100 Subject: [PATCH] set correct commit hash --- .github/workflows/build.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5b74db..3c40402 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ on: default: 'false' env: - version: m110-de56cc1 + version: m110-ad42464 jobs: macos: diff --git a/README.md b/README.md index 2accdaa..d547662 100644 --- a/README.md +++ b/README.md @@ -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 ```