Skip to content

Commit 4372eb5

Browse files
committed
checkout
1 parent 7aa894c commit 4372eb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
- test_saving
5858

5959
steps:
60+
- uses: actions/checkout@v2
61+
6062
- uses: actions/cache@v2
6163
with:
6264
path: './root-cache'
@@ -69,6 +71,8 @@ jobs:
6971
- test_saving
7072

7173
steps:
74+
- uses: actions/checkout@v2
75+
7276
- name: Extract
7377
id: extract
7478
run: |

0 commit comments

Comments
 (0)