diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1718944..fbf9744 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' - - uses: carlosperate/arm-none-eabi-gcc-action@v1 + - uses: carlosperate/arm-none-eabi-gcc-action@ci with: release: 10.3-2021.10 - name: Install CMake v3.22 via PyPI