fix recursive

This commit is contained in:
Nick Sweeting 2020-11-28 05:48:45 -05:00
parent 8074a04a41
commit 0a0bf18962
6 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
recursive: true submodules: true
fetch-depth: 1 fetch-depth: 1
- name: Set up Python - name: Set up Python

View file

@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
recursive: true submodules: true
fetch-depth: 1 fetch-depth: 1
# TODO: as of 2020-11 this helper layer broke, upgrade and re-enable this once it's usable again # TODO: as of 2020-11 this helper layer broke, upgrade and re-enable this once it's usable again
@ -74,7 +74,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
recursive: true submodules: true
fetch-depth: 1 fetch-depth: 1
- name: Set up QEMU - name: Set up QEMU

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
recursive: true submodules: true
fetch-depth: 1 fetch-depth: 1
- name: Build Homebrew Bottle - name: Build Homebrew Bottle

View file

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
recursive: true submodules: true
fetch-depth: 1 fetch-depth: 1
- name: Set up Python - name: Set up Python

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
recursive: true submodules: true
fetch-depth: 1 fetch-depth: 1
- name: Set up Python - name: Set up Python

View file

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
recursive: true submodules: true
fetch-depth: 1 fetch-depth: 1
### Setup Python & JS Languages ### Setup Python & JS Languages