Skip to content

Commit

Permalink
[nrf noup] Aligned release tools to Matter 1.2
Browse files Browse the repository at this point in the history
Added all changes to release tools github workflow needed to work
with Matter 1.2.
  • Loading branch information
ArekBalysNordic authored and LuDuda committed Nov 23, 2023
1 parent 1b16138 commit 3a3405f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: "${{ github.event.inputs.commit }}"
- name: Checkout submodules
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
- name: Bootstrap
timeout-minutes: 10
run: scripts/build/gn_bootstrap.sh
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
platform: linux
- name: Install CHIP Tool dependencies
timeout-minutes: 10
run: |
Expand Down

0 comments on commit 3a3405f

Please sign in to comment.