Skip to content

Commit

Permalink
Arm build - chromium cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJMiller committed Aug 21, 2024
1 parent 9dbe872 commit fd0f72d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/brightspot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ jobs:
- name: Chromium Cache
if: ${{ inputs.install-chromium-arm }}
run: dpkg -L chromium-browser
uses: actions/cache@v4
with:
path: /usr/bin/chromium-browser
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-chromium-
- name: Get Tag Version
shell: bash
Expand Down

0 comments on commit fd0f72d

Please sign in to comment.