Skip to content

Fix optimize_image (fix #87) #114

Fix optimize_image (fix #87)

Fix optimize_image (fix #87) #114

Workflow file for this run

name: Test sudo with pi
on:
push:
branches:
- 'main'
- 'releases/**'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
sudo -u pi /bin/bash -c 'sudo echo hello'