diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0184224940..c84d573c85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,12 +18,6 @@ jobs: steps: - uses: actions/checkout@v3 - # Increase -N suffix here to force full rebuild after changes - - uses: actions/cache@v3 - with: - path: mingw_prefix/ - key: "${{ matrix.target }}-7" - - name: Install dependencies run: | sudo apt-get update