diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b2a2362..8bcc735 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -68,6 +68,12 @@ jobs: key: ${{ env.GLUON_RELEASE }}-${{ matrix.target }}-build-deps save-always: true + - name: Debug cache restore + run: | + ls -la packages/ + ls -la openwrt/build_dir/ + ls -la openwrt/staging_dir/ + - name: Build Gluon Image id: build run: make GLUON_TARGET="${{ matrix.target }}"