We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0c4c7 commit 8d5aaabCopy full SHA for 8d5aaab
.github/workflows/build.yaml
@@ -46,17 +46,12 @@ jobs:
46
working-directory: ./
47
- name: Checkout build repository
48
uses: actions/checkout@v3
49
- - uses: Wandalen/wretry.action@v1.0.15
50
- name: Checkout
+ - name: Checkout CHIP SDK repository
+ uses: actions/checkout@v3
51
with:
52
- action: actions/checkout@v3
53
repository: project-chip/connectedhomeip
54
ref: 47448899e3836cbc48688f3f5c84054d33307643
55
path: ./project-chip
56
- with: |
57
- token: ${{ github.token }}
58
- attempt_limit: 3
59
- attempt_delay: 2000
60
- name: Checkout submodules
61
run: scripts/checkout_submodules.py --shallow --platform linux
62
- name: Apply patches
0 commit comments