We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e003c9b commit 78c59cfCopy full SHA for 78c59cf
1 file changed
.github/workflows/sw.yml
@@ -33,11 +33,11 @@ jobs:
33
run: chmod 755 sw
34
shell: sh
35
36
- - name: SW Cache
37
- uses: actions/cache@v1
38
- with:
39
- path: ~/.sw
40
- key: ${{ runner.os }}-sw-storage
+ #- name: SW Cache
+ #uses: actions/cache@v1
+ #with:
+ #path: ~/.sw
+ #key: ${{ runner.os }}-sw-storage
41
42
- name: build
43
run: ./sw -static -mt build
0 commit comments