Skip to content

Commit d66acec

Browse files
authored
Fix theos cache
1 parent 42d4e88 commit d66acec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/cache@v3
145145
with:
146146
path: ${{ github.workspace }}/theos
147-
key: ${{ runner.os }}-${{ env.upstream_heads }}
147+
key: ${{ env.upstream_heads }}
148148

149149
- name: Prepare Theos
150150
uses: Randomblock1/theos-action@v1

0 commit comments

Comments
 (0)