Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Aug 7, 2024
1 parent ceafd83 commit 5e7797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Create a new user
run: |
sudo useradd -m builder --uid 1024 --gid 1024
sudo useradd -m builder --uid 1024
echo "builder:builder" | sudo chpasswd
sudo usermod -aG sudo builder
Expand Down

0 comments on commit 5e7797d

Please sign in to comment.