mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +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
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
- name: Set up JDK 14.0.1
|
- name: Set up JDK 14.0.1
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue