File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 2525 wget -nv https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
2626 tar xf zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz && cd zephyr-sdk-0.16.8 && ./setup.sh -t arm-zephyr-eabi -c
2727
28+ - name : Use west repo cache
29+ uses : actions/cache/restore@v4
30+ with :
31+ path : " **/.git"
32+ key : west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
33+ restore-keys : |
34+ west-git-
35+
36+ - name : Dump
37+ run : |
38+ find
39+
2840 - uses : actions/checkout@v4
2941 with :
3042 fetch-depth : 0
3547 with :
3648 verbose : 1
3749
38- - name : Use west repo cache
39- uses : actions/cache/restore@v4
40- with :
41-
42- path : " **/.git"
43- key : west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
44- restore-keys : |
45- west-git-
46-
4750 - name : Initialize
4851 run : |
4952 ./extra/bootstrap.sh -o=--filter=tree:0
You can’t perform that action at this time.
0 commit comments