Skip to content

Commit

Permalink
try with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxnor committed Dec 11, 2022
1 parent 05f7ef6 commit d4a38b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/builds.yml
Expand Up @@ -19,9 +19,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: cat /etc/os-release
- run: apt-get update -y
- run: apt-get install -y sudo shellcheck
- run: adduser $USER sudo
- name: Run Installer
run: bash ./usr/bin/installer-dist -n -l debug -k -D
- name: Run Installer ShellCheck
run: apt-get update -y && apt-get install shellcheck && shellcheck usr/bin/installer-dist
run: shellcheck usr/bin/installer-dist

# vim: sw=4

0 comments on commit d4a38b1

Please sign in to comment.