File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -48,18 +48,16 @@ jobs:
4848 uses : actions/cache@v4
4949 with :
5050 path : build/download
51- key : downloads-${{ hashFiles('.gitmodules') }}-${{ github.sha }}
51+ key : downloads-${{ hashFiles('.gitmodules') }}
5252 restore-keys : |
53- downloads-${{ hashFiles('.gitmodules') }}-
5453 downloads-
5554
5655 - name : Cache ccache (armv7)
5756 uses : actions/cache@v4
5857 with :
5958 path : build/ccache
60- key : ccache-armv7-${{ hashFiles('.gitmodules') }}-${{ github.sha }}
59+ key : ccache-armv7-${{ hashFiles('.gitmodules') }}
6160 restore-keys : |
62- ccache-armv7-${{ hashFiles('.gitmodules') }}-
6361 ccache-armv7-
6462
6563 - name : Install dependencies
@@ -225,4 +223,4 @@ jobs:
225223 echo "📦 Artifact: ${CONFIG_NAME}-${{ steps.ref.outputs.ref }}-sdcard.img.xz"
226224 echo "🔗 Release: https://github.com/WebPlatformForEmbedded/lithosphere/releases/tag/${{ github.ref_name }}"
227225 echo ""
228- echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
226+ echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
You can’t perform that action at this time.
0 commit comments