Skip to content

Commit

Permalink
set shell for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxnor committed Dec 11, 2022
1 parent 1c1a396 commit 48617e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/builds.yml
Expand Up @@ -21,7 +21,8 @@ jobs:
- run: cat /etc/os-release
- run: apt-get update -y
- run: apt-get install -y psmisc
- run: sh ./usr/bin/test.sh
- run: bash ./usr/bin/installer-dist -n -l debug -k -D
- name: Run Installer
shell: bash
run: ./usr/bin/installer-dist -n -l debug -k -D

# vim: sw=4

0 comments on commit 48617e8

Please sign in to comment.