This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git
commit 26aca4e9bc3f9ddd5c33b18648271f5583326983 Author: Szymon Janc <[email protected]> AuthorDate: Fri Dec 12 19:22:51 2025 +0100 ci: Update arm toolchain github action This one fixes issues with downloading GCC. --- .github/workflows/build_cc_target.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cc_target.yml b/.github/workflows/build_cc_target.yml index 1597197..4c5055d 100644 --- a/.github/workflows/build_cc_target.yml +++ b/.github/workflows/build_cc_target.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 'stable' - - uses: carlosperate/[email protected] + - uses: carlosperate/[email protected] with: release: ${{ matrix.gcc }} - name: Install newt
