Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 10, 2024
1 parent 2ed95a1 commit 2758e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
shell: bash
run: |
# Testing scripts...
mksh --help || echo $?
# shellcheck disable=SC2016 # Intended: Expressions don't expand in single quotes
readonly current_os='${{ matrix.os }}'; readonly workspace_dir='${{ github.workspace }}'
if command 1> /dev/null -v 'apt-get'; then sudo apt-get -y -qq install 'yash' 'posh' 1> /dev/null; fi
Expand Down

0 comments on commit 2758e25

Please sign in to comment.