Skip to content

Commit

Permalink
CI: Patch out sudo from raspi-config calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 27, 2024
1 parent 02b1f66 commit fdeb588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
mkdir -p boot/firmware
touch boot/firmware/config.txt
sed -i "s|/boot/firmware|`pwd`/boot/firmware|g" install.sh
sed -i "s|sudo raspi-config|raspi-config|g" pyproject.toml
touch raspi-config
chmod +x raspi-config
echo `pwd` >> $GITHUB_PATH
Expand Down

0 comments on commit fdeb588

Please sign in to comment.