Remove submodule code from CI workflows
This commit is contained in:
5
.github/workflows/publish-android.yaml
vendored
5
.github/workflows/publish-android.yaml
vendored
@@ -20,11 +20,6 @@ jobs:
|
||||
- name: Check out PR branch
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Update bdk-ffi git submodule
|
||||
run: |
|
||||
git submodule set-url bdk-ffi https://github.com/bitcoindevkit/bdk-ffi.git
|
||||
git submodule update --init bdk-ffi
|
||||
|
||||
- name: cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user