Skip to content

Commit 2e4e074

Browse files
committed
Format esp32-build.yaml
Signed-off-by: Peter M <petermm@gmail.com>
1 parent a59116f commit 2e4e074

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/esp32-build.yaml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,33 @@ jobs:
2424

2525
matrix:
2626
idf-version:
27-
- '4.4.6'
28-
- '5.0.6'
29-
- '5.1.3'
27+
- "4.4.6"
28+
- "5.0.6"
29+
- "5.1.3"
3030

3131
steps:
32-
- name: Checkout repo
33-
uses: actions/checkout@v4
34-
with:
35-
repository: 'atomvm/AtomVM'
36-
ref: 'release-0.6'
37-
38-
- name: Checkout repo
39-
uses: actions/checkout@v4
40-
with:
41-
path: './src/platforms/esp32/components/atomgl/'
42-
43-
- name: Build with idf.py
44-
shell: bash
45-
working-directory: ./src/platforms/esp32/
46-
run: |
47-
. $IDF_PATH/export.sh
48-
idf.py reconfigure
49-
idf.py build
50-
idf.py size
51-
- name: Print component size info with idf.py
52-
shell: bash
53-
working-directory: ./src/platforms/esp32/
54-
run: |
55-
. $IDF_PATH/export.sh
56-
idf.py size-components
32+
- name: Checkout repo
33+
uses: actions/checkout@v4
34+
with:
35+
repository: "atomvm/AtomVM"
36+
ref: "release-0.6"
37+
38+
- name: Checkout repo
39+
uses: actions/checkout@v4
40+
with:
41+
path: "./src/platforms/esp32/components/atomgl/"
42+
43+
- name: Build with idf.py
44+
shell: bash
45+
working-directory: ./src/platforms/esp32/
46+
run: |
47+
. $IDF_PATH/export.sh
48+
idf.py reconfigure
49+
idf.py build
50+
idf.py size
51+
- name: Print component size info with idf.py
52+
shell: bash
53+
working-directory: ./src/platforms/esp32/
54+
run: |
55+
. $IDF_PATH/export.sh
56+
idf.py size-components

0 commit comments

Comments
 (0)