Skip to content

Commit 265270a

Browse files
committed
Simplify checkout
1 parent ce777a7 commit 265270a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/verifast.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
steps:
2424
- name: Checkout Repository
2525
uses: actions/checkout@v4
26-
with:
27-
path: head
28-
submodules: true
2926

3027
- name: Install VeriFast
3128
run: |
@@ -36,7 +33,6 @@ jobs:
3633
3734
- name: Run VeriFast Verification
3835
run: |
39-
pwd
4036
export PATH=~/verifast-24.12/bin:$PATH
4137
cd verifast-proofs
4238
mysh check-verifast-proofs.mysh

0 commit comments

Comments
 (0)