File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -82,23 +82,12 @@ jobs:
8282 - name : Set MLONMCU_HOME env
8383 run : echo "MLONMCU_HOME=$GITHUB_WORKSPACE/mlonmcu/workspace_kws" >> $GITHUB_ENV
8484
85- - name : Cache MLonMCU dependencies (ETISS, toolchains, etc.)
86- id : cache-deps
87- uses : actions/cache@v4
88- with :
89- path : |
90- mlonmcu/workspace_kws/deps
91- key : mlonmcu-deps-${{ runner.os }}-v3-${{ hashFiles('mlonmcu/requirements.txt', 'mlonmcu/setup.py') }}
92- restore-keys : |
93- mlonmcu-deps-${{ runner.os }}-v3-
94- mlonmcu-deps-${{ runner.os }}-
95-
9685 - name : Configure Git to use HTTPS with token
9786 run : |
9887 git config --global url."https://${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "[email protected] :" 9988
10089 - name : Setup MLonMCU toolchain
101- if : steps.cache-deps .outputs.cache-hit != 'true'
90+ if : steps.cache-mlonmcu .outputs.cache-hit != 'true'
10291 working-directory : mlonmcu
10392 shell : bash
10493 run : |
You can’t perform that action at this time.
0 commit comments