Update main.yml

my runner needs sudo
This commit is contained in:
Karl0ss 2025-05-31 11:14:38 +01:00 committed by GitHub
parent d8986207bd
commit 534d5a6634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ jobs:
- name: Build firmware
run: |
./build_raspberry_pi.sh
sudo ./build_raspberry_pi.sh
- name: Release build artifacts
uses: softprops/action-gh-release@v1