Skip to content

Commit

Permalink
Remove .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Jun 28, 2024
1 parent 4db6301 commit 032c7d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0

- name: Checkout compat
uses: actions/checkout@v4
with:
repository: SanmerApps/ServiceManagerCompat
path: compat

- name: Set up signing key
if: github.ref == 'refs/heads/main'
run: |
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion compat
Submodule compat deleted from 9b51f1

0 comments on commit 032c7d9

Please sign in to comment.