1
0
mirror of https://github.com/raspberrypi/pico-sdk.git synced 2025-04-18 00:57:37 +03:00

SDK 2.1.1 Release

This commit is contained in:
graham sanderson 2025-02-18 17:55:07 -06:00
parent a994a8abce
commit bddd20f928

View File

@ -41,8 +41,8 @@ jobs:
- name: Full Bazel build with develop Picotool
run: python3 tools/run_all_bazel_checks.py --program=build --picotool-dir=lib/picotool
# Checks that the current BCR-requested version of Picotool builds.
# - name: Bazel Picotool backwards compatibility
# run: bazel build @picotool//:picotool
- name: Bazel Picotool backwards compatibility
run: bazel build @picotool//:picotool
other-bazel-checks:
runs-on: ubuntu-latest
steps: