Skip to content

Commit 45bfdab

Browse files
committed
wip
1 parent a430823 commit 45bfdab

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
source-cache-key: 20240515-1
1919
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240515-1
20+
- uses: esy/github-action@d504f1813939f7821ce4c8ed855ddfcf8b390761
21+
with:
22+
source-cache-key: 20240515-1
23+
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240515-1
24+
prepare-npm-artifacts-mode: true
2025
- name: Test
2126
run: esy test
2227

.github/workflows/print_esy_cache.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)