Loading .github/workflows/check-git-apply.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.github/workflows/check-git-apply.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading