workflows: dmsbg-100: remove caching
All checks were successful
/ build-and-publish (push) Successful in 1h58m26s
All checks were successful
/ build-and-publish (push) Successful in 1h58m26s
This commit is contained in:
parent
fd43fcecc4
commit
0d5d803627
1 changed files with 0 additions and 11 deletions
|
@ -28,17 +28,6 @@ jobs:
|
|||
fi
|
||||
echo "TAG_REF=${TAG_REF}" >> $GITHUB_ENV
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
dl
|
||||
staging_dir/host
|
||||
staging_dir/toolchain-*
|
||||
key: ${{ runner.os }}-build-${{ hashFiles('**/Makefile', '**/*.config') }}-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-${{ hashFiles('**/Makefile', '**/*.config') }}-
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in a new issue