Skip to content

Commit

Permalink
Removed sudo exec from Fedora CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceiphr committed Jun 28, 2023
1 parent 49e0feb commit d491cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo 'RUN dnf -y install flatpak git dnf-plugins-core zsh'
echo 'RUN dnf clean all'
echo '# Create user'
echo 'RUN adduser testuser && usermod -aG sudo testuser'
echo 'RUN adduser testuser'
echo 'RUN su - testuser'
echo '# Copy dotfiles'
echo 'COPY dotfiles dotfiles'
Expand Down

0 comments on commit d491cf5

Please sign in to comment.