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 08f5fb7 commit 2555294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-git-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:

- 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
./bin/SuperPatchUtils bromite $RTAG chromium-src
mkdir ~/chromium/src && cp -r ~/chromium-src ~/chromium/src
cd chromium/src
git init
git config user.email "[email protected]"
Expand Down

0 comments on commit 2555294

Please sign in to comment.