Skip to content

Commit

Permalink
test(base): disable workflow cache
Browse files Browse the repository at this point in the history
  • Loading branch information
spacelan committed Mar 30, 2020
1 parent 275855e commit aa50538
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: cache
uses: actions/cache@v1
with:
path: ~/cache
key: ${{ runner.os }}-cache
# - name: cache
# uses: actions/cache@v1
# with:
# path: ~/cache
# key: ${{ runner.os }}-cache

- name: setup
run: |
Expand All @@ -40,11 +40,11 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: cache
uses: actions/cache@v1
with:
path: ~/cache
key: ${{ runner.os }}-cache
# - name: cache
# uses: actions/cache@v1
# with:
# path: ~/cache
# key: ${{ runner.os }}-cache

- name: setup
run: |
Expand All @@ -66,11 +66,11 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: cache
uses: actions/cache@v1
with:
path: ~/cache
key: ${{ runner.os }}-cache
# - name: cache
# uses: actions/cache@v1
# with:
# path: ~/cache
# key: ${{ runner.os }}-cache

- name: setup
run: |
Expand All @@ -91,11 +91,11 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: cache windows prebuilts
uses: actions/cache@v1
with:
path: ~/cache
key: ${{ runner.os }}-cache
# - name: cache windows prebuilts
# uses: actions/cache@v1
# with:
# path: ~/cache
# key: ${{ runner.os }}-cache

- name: setup
run: |
Expand All @@ -116,11 +116,11 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: cache windows prebuilts
uses: actions/cache@v1
with:
path: ~/cache
key: ${{ runner.os }}-cache
# - name: cache windows prebuilts
# uses: actions/cache@v1
# with:
# path: ~/cache
# key: ${{ runner.os }}-cache

- name: setup
run: |
Expand Down

0 comments on commit aa50538

Please sign in to comment.