Skip to content

Commit

Permalink
drop outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Oct 25, 2024
1 parent 9e153cc commit 3bc60c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
with:
path: |
depends/sources
# We don't care about no specific key as depends system will handle that for us
key: depends-sources-${{ hashFiles('depends/packages/*') }}
restore-keys: |
depends-sources-
Expand All @@ -106,7 +105,6 @@ jobs:
with:
path: |
depends/${{ matrix.host }}
# We don't care about no specific key as depends system will handle that for us
key: ${{ runner.os }}-depends-${{ matrix.build_target }}-${{ hashFiles('depends/packages/*') }}
restore-keys: |
${{ runner.os }}-depends-${{ matrix.build_target }}-${{ hashFiles('depends/packages/*') }}
Expand Down

0 comments on commit 3bc60c2

Please sign in to comment.