mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
checkout submodules
This commit is contained in:
parent
92db6d9396
commit
1a931c72bd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/package-osx.yaml
vendored
2
.github/workflows/package-osx.yaml
vendored
|
@ -7,6 +7,8 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Set up JDK 14.0.1
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue