Skip to content

Commit 6bbaea8

Browse files
committed
lotus: Update gh action builder folder
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 51f0c4e commit 6bbaea8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lotus-azalea-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
max-parallel: 1
2323
matrix:
2424
platform: [
25-
{name: lotus, folder: data },
26-
{name: azalea, folder: data },
25+
{name: lotus, folder: lotus },
26+
{name: azalea, folder: lotus },
2727
]
2828

2929

@@ -37,17 +37,17 @@ jobs:
3737
#- name: Checkout EC code
3838
# uses: actions/checkout@v3
3939
# with:
40-
# path: /data/ec_home/chromiumos/src/platform/ec
40+
# path: /lotus/ec_home/chromiumos/src/platform/ec
4141

4242
#- name: Checkout Zephyr code
4343
# uses: actions/checkout@v2
44-
# path: /data/ec_home/chromiumos/src/third_party/zephyr/main
44+
# path: /lotus/ec_home/chromiumos/src/third_party/zephyr/main
4545
# ref: lotus-zephyr
4646
# repository: ssh://git@github.com/FrameworkComputer/zephyr-ec
4747

4848
# Need to manually checkout
4949
# actions/checkout@v3 complains:
50-
# Error: Repository path '/data/ec_home/chromiumos/src/platform/ec' is not under '/data/ec_home/actions-runner/_work/ec/ec'
50+
# Error: Repository path '/lotus/ec_home/chromiumos/src/platform/ec' is not under '/data/ec_home/actions-runner/_work/ec/ec'
5151
# See: https://github.com/actions/checkout/issues/197
5252
- name: Manual checkout
5353
run: |

0 commit comments

Comments
 (0)