Skip to content

Commit eb503d6

Browse files
fix(ci): remove stale Taskfile fingerprint cache that skips builds
The .task directory cache was restored after checkout cleaned the workspace, causing task to skip ci:build (fingerprints matched but binary was gone). Also add task 3.49.1 to .tool-versions for mise. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 795786b commit eb503d6

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.github/actions/setup-tauri-build/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ runs:
4545
working-directory: ./app/frontend
4646
run: npm ci
4747

48-
- name: Restore Taskfile fingerprint cache
49-
uses: actions/cache@v4
50-
with:
51-
path: .task
52-
key: task-${{ runner.os }}-${{ hashFiles('taskfiles/ci.yml') }}
53-
restore-keys: |
54-
task-${{ runner.os }}-
5548

5649
- name: Setup CI environment (macOS/Linux)
5750
if: runner.os != 'Windows'

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,6 @@ jobs:
161161
- name: Install Task
162162
uses: go-task/setup-task@v1
163163

164-
- name: Restore Taskfile fingerprint cache
165-
uses: actions/cache@v5
166-
with:
167-
path: .task
168-
key: task-${{ runner.os }}-${{ hashFiles('taskfiles/ci.yml') }}
169-
restore-keys: |
170-
task-${{ runner.os }}-
171164

172165
- name: Setup Blacksmith Builder
173166
uses: useblacksmith/setup-docker-builder@v1

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
act 0.2.84
2+
task 3.49.1
23
cargo-binstall 1.14.4
34
deno 2.5.1
45
rust nightly-2026-02-09

0 commit comments

Comments
 (0)