Update check-git-apply.yaml
This commit is contained in:
@@ -77,11 +77,12 @@ jobs:
|
||||
- name: Cache chromium sources
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/chromium-src
|
||||
path: /home/runner/work/cromite/cromite/chromium/src
|
||||
key: chrsource-${{ env.VERSION }}
|
||||
|
||||
- name: Download chromium ${{ env.VERSION }} sources
|
||||
run: |
|
||||
export HOME=$(pwd)
|
||||
./bin/SuperPatchUtils bromite $RTAG ~/chromium-src
|
||||
mkdir -p ~/chromium/src && cp -r ~/chromium-src ~/chromium/src
|
||||
cd ~/chromium/src
|
||||
|
||||
Reference in New Issue
Block a user