Skip to content

Commit

Permalink
Move to Skia m97-0b898c4b8e
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho committed Nov 8, 2021
1 parent cedc927 commit 85b069c
Show file tree
Hide file tree
Showing 3 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 @@ -14,7 +14,7 @@ on:
default: 'false'

env:
version: m96-fd5bb8d130
version: m97-0b898c4b8e

jobs:
macos:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Update `version` in [.github/workflows/build.yml](https://github.com/JetBrains/s
## Building locally

```sh
python3 script/checkout.py --version m96-fd5bb8d130
python3 script/checkout.py --version m97-0b898c4b8e
python3 script/build.py
python3 script/archive.py
```

To build a debug build:

```sh
python3 script/checkout.py --version m96-fd5bb8d130
python3 script/checkout.py --version m97-0b898c4b8e
python3 script/build.py --build-type Debug
python3 script/archive.py --build-type Debug
```
4 changes: 2 additions & 2 deletions script/update_version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"/..
OLDVER=m94-975fcdd755
NEWVER=m96-fd5bb8d130
OLDVER=m96-fd5bb8d130
NEWVER=m97-0b898c4b8e
find -E $ROOT/script *.md .github -regex '.*\.(py|md|yml)' -exec sed -i '' -e "s/$OLDVER/$NEWVER/g" {} \;

0 comments on commit 85b069c

Please sign in to comment.