Skip to content

Commit 19e09ee

Browse files
committed
add cache debug log
1 parent 6094cea commit 19e09ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ jobs:
111111
restore-keys: |
112112
${{ matrix.os_name }}-cargo-build-
113113
114+
- name: Verify cache contents
115+
run: |
116+
ls -l target/${{ matrix.target }}/release/deps || echo "No cached build artifacts found"
117+
114118
- name: Build binary
115119
run: |
116120
cargo build --release --target=${{ matrix.target }}

0 commit comments

Comments
 (0)