Skip to content

Commit 3d0c8e2

Browse files
Update GitHub Actions workflow
1 parent fa0daac commit 3d0c8e2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/dev-release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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 "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"

0 commit comments

Comments
 (0)