Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 08f5fb7c authored by uazo's avatar uazo Committed by GitHub
Browse files

#107 Add cache support

parent 55afa474
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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