Skip to content

Commit 78c59cf

Browse files
authored
Update sw.yml
1 parent e003c9b commit 78c59cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sw.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
run: chmod 755 sw
3434
shell: sh
3535

36-
- name: SW Cache
37-
uses: actions/cache@v1
38-
with:
39-
path: ~/.sw
40-
key: ${{ runner.os }}-sw-storage
36+
#- name: SW Cache
37+
#uses: actions/cache@v1
38+
#with:
39+
#path: ~/.sw
40+
#key: ${{ runner.os }}-sw-storage
4141

4242
- name: build
4343
run: ./sw -static -mt build

0 commit comments

Comments
 (0)