Skip to content

Commit

Permalink
Merge pull request foss-for-synopsys-dwc-arc-processors#172 from wang…
Browse files Browse the repository at this point in the history
…nuannuan/jingru-modify-action

action: submodule checkout freertos
  • Loading branch information
wangnuannuan authored Oct 18, 2021
2 parents c2567e6 + c8ae489 commit 51e2475
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/examples-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: true

- name: install-dependencies
run: |
Expand All @@ -42,6 +44,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: true

- name: install-dependencies
run: |
Expand All @@ -61,6 +65,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: true

- name: install-dependencies
run: |
Expand All @@ -79,6 +85,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: true

- name: install-dependencies
run: |
Expand All @@ -97,6 +105,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: true

- name: install-dependencies
run: |
Expand All @@ -115,6 +125,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: true

- name: install-dependencies
run: |
Expand All @@ -133,6 +145,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: true

- name: install-dependencies
run: |
Expand Down

0 comments on commit 51e2475

Please sign in to comment.