Skip to content

Commit

Permalink
Remove .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Oct 23, 2024
1 parent de8cce8 commit ac6cc31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Remove .gitmodules
run: rm .gitmodules

- name: df after checkout
run: df -h

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-z3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Remove .gitmodules
run: rm .gitmodules

- name: Setup OCaml 4.14
uses: ocaml/setup-ocaml@v3
with:
Expand Down

0 comments on commit ac6cc31

Please sign in to comment.