Skip to content

Commit

Permalink
fix: fix use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Svyatoslav Shchipunov committed Aug 14, 2024
1 parent 847bcfb commit 9adc89c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ jobs:
build_env: ${{ fromJson(needs.generate-config.outputs.job-config) }}

steps:
- name: Clean previous build artifacts
run: |
rm -rf bin/packages/*
rm -rf bin/targets/*
rm -rf build_dir/*
rm -rf dl/*
rm -rf tmp/*
rm -rf tools/*
- uses: actions/checkout@v4
with:
repository: openwrt/openwrt
Expand All @@ -64,8 +55,6 @@ jobs:
with:
path: "**"
key: ${{ runner.os }}-build-vm4-${{ env.cache-name }}
restore-keys: |
${{ runner.os }}-build-vm4-cache-tools-kernel-${{ matrix.build_env.tag }}-${{ matrix.build_env.pkgarch}}-

- name: Building kernel and tools
#if: ${{ steps.cache-tools-kernel.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 9adc89c

Please sign in to comment.