Skip to content

Commit

Permalink
fix apt package cache warning
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Dec 26, 2024
1 parent 4011638 commit 0435e88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mips-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
uses: actions/cache@v4
with:
path: |
/var/lib/apt/lists
/var/cache/apt/archives
/var/cache/apt/archives/*.deb
key: ${{ runner.os }}-apt-${{ hashFiles('.github/workflows/mips-build.yml') }}

- name: Install MIPS tools
Expand Down

0 comments on commit 0435e88

Please sign in to comment.