Skip to content

Commit

Permalink
fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxnor committed Dec 11, 2022
1 parent 08ff576 commit edbb15f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: System information
run: cat /etc/os-release
run: uname -a
run: echo "${PATH}"
run: cat /etc/os-release; uname -a; echo "${PATH}"
- name: System Basic Packages
run: apt-get update -y
run: apt-get install -y shellcheck
run: apt-get update -y && apt-get install -y shellcheck
- name: Run Installer
run: bash ./usr/bin/installer-dist -n -l debug -k -D
- name: Run Installer ShellCheck
Expand Down

0 comments on commit edbb15f

Please sign in to comment.