Skip to content

Commit

Permalink
CI: Fedora doesn't have 'su' in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
grass committed Aug 10, 2023
1 parent 41f35ba commit 39598e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/builds.yml
Expand Up @@ -80,6 +80,7 @@ jobs:
exit 1
fi
- name: Run Installer
run: su -s /bin/bash user -- usr/bin/installer-dist -n -l debug -k -D --ci
#run: su -s /bin/bash user -- usr/bin/installer-dist -n -l debug -k -D --ci
run: sudo -u user -- usr/bin/installer-dist -n -l debug -k -D --ci
- name: Run Installer ShellCheck
run: shellcheck usr/bin/installer-dist

0 comments on commit 39598e7

Please sign in to comment.