Skip to content

Commit 2b7a876

Browse files
committed
dump
1 parent 07df37e commit 2b7a876

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/package_core.yml

+12-9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ jobs:
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
@@ -35,15 +47,6 @@ jobs:
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

0 commit comments

Comments
 (0)