workflows: dmsbg-100: remove caching
All checks were successful
/ build-and-publish (push) Successful in 1h58m26s

This commit is contained in:
hayzam 2024-03-07 17:00:07 +00:00
parent fd43fcecc4
commit 0d5d803627

View file

@ -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