Update check-git-apply.yaml

This commit is contained in:
uazo
2023-07-23 05:56:48 -05:00
committed by GitHub
parent 3dbba33f87
commit 17a1d0a4ff
+2 -1
View File
@@ -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