Skip to content

Commit

Permalink
Update check-git-apply.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Jul 23, 2023
1 parent 3dbba33 commit 17a1d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-git-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17a1d0a

Please sign in to comment.