Skip to content

Commit 7a9bf66

Browse files
dbieberclaude
andcommitted
Add US keyboard layout configuration to build workflow
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 18dc63f commit 7a9bf66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ jobs:
261261
# Attempt to not run config on first boot
262262
sudo apt purge piwiz -y
263263
sudo raspi-config nonint do_wifi_country US
264+
# Configure US keyboard layout
265+
sudo raspi-config nonint do_configure_keyboard us
264266
touch /boot/ssh
265267
echo "pi:$(echo 'raspberry' | openssl passwd -6 -stdin)" | sudo tee /boot/userconf > /dev/null
266268

0 commit comments

Comments
 (0)