Merge branch 'master' into parallel-gpiochip-support

This commit is contained in:
Patrick Siegl 2025-01-05 18:15:17 +01:00 committed by GitHub
commit 8829c4da28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -27,8 +27,16 @@ jobs:
platformio python3-protobuf python3-grpcio \ platformio python3-protobuf python3-grpcio \
libyaml-cpp-dev libgpiod-dev libbluetooth-dev libusb-1.0-0-dev libi2c-dev libyaml-cpp-dev libgpiod-dev libbluetooth-dev libusb-1.0-0-dev libi2c-dev
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
id: gpg
- name: Fetch libdeps, package debian source - name: Fetch libdeps, package debian source
run: debian/ci_pack_sdeb.sh run: debian/ci_pack_sdeb.sh
env:
GPG_KEY_ID: ${{ steps.gpg.outputs.keyid }}
- name: Get release version string - name: Get release version string
run: | run: |

View File

@ -6,4 +6,4 @@ export PLATFORMIO_PACKAGES_DIR=pio/packages
platformio pkg install -e native platformio pkg install -e native
# Build the source deb # Build the source deb
debuild -S debuild -S -k$GPG_KEY_ID