Skip to content

Commit

Permalink
feat: changing checkout to recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
nsfilho committed Aug 8, 2020
1 parent 24fbd46 commit 8309f56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ on:
- tools/spiffs.bin
- sdkconfig.defaults
- partitions.csv
- .github/workflows/*.yaml

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Fetch submodules
run: |
git submodule update --init components/int-mqtt/esp-mqtt
- name: "Building project"
uses: nsfilho/esp8266-rtos-sdk@v2
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Fetch submodules
run: |
git submodule update --init components/int-mqtt/esp-mqtt
- name: "Building project"
uses: nsfilho/esp8266-rtos-sdk@v2
with:
Expand Down

0 comments on commit 8309f56

Please sign in to comment.