File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 25
25
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
26
26
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
27
27
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
+
28
40
- uses : actions/checkout@v4
29
41
with :
30
42
fetch-depth : 0
35
47
with :
36
48
verbose : 1
37
49
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
-
47
50
- name : Initialize
48
51
run : |
49
52
./extra/bootstrap.sh -o=--filter=tree:0
You can’t perform that action at this time.
0 commit comments