We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c157c35 commit 753725eCopy full SHA for 753725e
2 files changed
.github/workflows/cmake.yml
@@ -100,7 +100,7 @@ jobs:
100
fetch-tags: true
101
102
- name: arm-none-eabi-gcc GNU Arm Embedded Toolchain
103
- uses: carlosperate/arm-none-eabi-gcc-action@v1.11.1
+ uses: carlosperate/arm-none-eabi-gcc-action@v1
104
105
- name: Checkout pico-sdk/2.2.0
106
uses: actions/checkout@v6.0.1
lib/nanopb/extra/requirements.txt
@@ -1,2 +1,3 @@
1
protobuf>=3.19
2
-grpcio-tools==1.71.0
+grpcio-tools==1.71.0
3
+setuptools==81.0.0
0 commit comments