Skip to content

Commit

Permalink
Cache the toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 9, 2024
1 parent 4594388 commit c457767
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
version: stable
token: ${{ secrets.GITHUB_TOKEN }}

- name: Cache toolchain
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
path: mozbuild
key: mozbuild-${{ runner.os }}

- name: Bootstrap Firefox
run: |
cd mozilla-unified
Expand Down

0 comments on commit c457767

Please sign in to comment.