From b2eda553cceb838aa9626855610d1f1b248c26c9 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Mon, 6 May 2024 22:09:55 +0400 Subject: [PATCH] minor improvements --- .github/workflows/tests.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6bc017..073bc30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ on: jobs: tests: - name: ${{ matrix.version }} on ${{ matrix.os }} ${{ matrix.cache && '(cache)' || '' }} + name: ${{ matrix.version }} on ${{ matrix.os }} ${{ matrix.cache && '(cache)' || '' }} ${{ matrix.cache && '+gcc' || '' }} runs-on: ${{ matrix.os }} defaults: run: diff --git a/README.md b/README.md index 5da320b..d3fad8e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Also installs arm-gcc gnu toolchain. - `cache` - Cache installer. Default is `true`. - `custom-url` - Custom URL to the SDK installer. Useful for beta versions. If set, `version` will be ignored. - `gcc` - `true` to install `gcc-arm-none-eabi` toolchain, `false` to don't. Default is `true`. + (Linux & Windows only. On macOS, the sdk installer installs the toolchain itself.) ## Usage Example