Skip to content

Commit ea82b60

Browse files
committed
ci: stuff
1 parent ea0285a commit ea82b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
uses: actions/cache@v3
4545
with:
4646
path: ~/.bun
47-
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }}
47+
key: ${{ runner.os }}-bun-1-2-21-${{ hashFiles('bun.lock') }}
4848
restore-keys: |
49-
${{ runner.os }}-bun-
49+
${{ runner.os }}-bun-1-2-21-
5050
5151
- name: Install makepkg
5252
run: |

0 commit comments

Comments
 (0)