Skip to content

Commit 753725e

Browse files
authored
Fix Protobuf and GCC actions (#1622)
* Fixes an issue with setuptools >= 82.0.0 breaking pkg_resources in protobuf * Also fixing arm-non-eabi-gcc-action while we're at it
1 parent c157c35 commit 753725e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fetch-tags: true
101101

102102
- name: arm-none-eabi-gcc GNU Arm Embedded Toolchain
103-
uses: carlosperate/arm-none-eabi-gcc-action@v1.11.1
103+
uses: carlosperate/arm-none-eabi-gcc-action@v1
104104

105105
- name: Checkout pico-sdk/2.2.0
106106
uses: actions/checkout@v6.0.1

lib/nanopb/extra/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
protobuf>=3.19
2-
grpcio-tools==1.71.0
2+
grpcio-tools==1.71.0
3+
setuptools==81.0.0

0 commit comments

Comments
 (0)