Skip to content

Commit

Permalink
Revert "bump sdk 4.3.3"
Browse files Browse the repository at this point in the history
This reverts commit 99668b5.
  • Loading branch information
darkxst committed Mar 30, 2024
1 parent 1791413 commit 364f77c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
workflow_dispatch:

env:
sdk_version: 4.3.3
sdk_version: 4.3.2

jobs:
build-container:
Expand All @@ -26,8 +26,8 @@ jobs:
packages: write
outputs:
sdk_version: ${{ env.sdk_version }}
ot_version: 2.3.3.0
ezsp_version: 7.3.3.0
ot_version: 2.3.2.0
ezsp_version: 7.3.2.0
steps:
- uses: actions/[email protected]
- name: Log in to the GitHub container registry
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
sdk_version: ${{ needs.build-container.outputs.sdk_version}}
metadata_fw_type: "ot-rcp"
baudrate: ${{ matrix.baudrate }}
metadata_extra: "{ \"ot_rcp_version\": \"SL-OPENTHREAD/2.3.3.0_GitHub-e6df00dd6\" }"
metadata_extra: "{ \"ot_rcp_version\": \"SL-OPENTHREAD/2.3.2.0_GitHub-e6df00dd6\" }"

collect_artifacts:
name: download and publish all artifacts
Expand Down

0 comments on commit 364f77c

Please sign in to comment.