Remove submodule code from CI workflows

This commit is contained in:
thunderbiscuit
2022-11-14 12:55:17 -05:00
parent 16ab09d7df
commit ce9ca63bc7
4 changed files with 1 additions and 24 deletions

View File

@@ -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: