Skip to content

Commit 0cb7e93

Browse files
committed
github: Update examples build workflow
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 3a6a250 commit 0cb7e93

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/examples.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-18.04, windows-latest, macos-latest]
10+
os: [ubuntu-latest, windows-latest, macos-latest]
1111
python-version: [3.7]
1212
example:
1313
- "examples/arduino-blink"
@@ -16,9 +16,13 @@ jobs:
1616
- "examples/socket-example"
1717
- "examples/ssl-socket-example"
1818
- "examples/ssl-socket-clientauth"
19+
- "examples/example-os"
1920
runs-on: ${{ matrix.os }}
2021
steps:
21-
- uses: actions/checkout@v2
22+
- name: Checkout Logicrom platform and examples
23+
uses: actions/checkout@v2
24+
with:
25+
submodules: recursive
2226
- name: Set up Python ${{ matrix.python-version }}
2327
uses: actions/setup-python@v1
2428
with:

0 commit comments

Comments
 (0)