Skip to content

Commit 217e220

Browse files
committed
Have repository
1 parent e5609b7 commit 217e220

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/kani.yml

+5
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ jobs:
203203
fail-fast: false
204204

205205
steps:
206+
- name: Checkout Repository
207+
uses: actions/checkout@v4
208+
with:
209+
submodules: false
210+
206211
- name: Download log
207212
uses: actions/download-artifact@v4
208213
with:

0 commit comments

Comments
 (0)