File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments