Skip to content

Commit

Permalink
#107 Add cache support
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Jul 23, 2023
1 parent 55afa47 commit 08f5fb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-git-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,15 @@ jobs:
VERSION=$(cat cromite/build/RELEASE)
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Cache chromium sources
uses: actions/cache@v3
with:
path: ~/chromium-src
key: chrsource-${{ env.VERSION }}

- name: Download chromium ${{ env.VERSION }} sources
run: |
test -d ~/chromium-src && mkdir ~/chromium/src && cp -r ~/chromium-src ~/chromium/src
./bin/SuperPatchUtils bromite $RTAG chromium/src
cd chromium/src
git init
Expand Down

0 comments on commit 08f5fb7

Please sign in to comment.