Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1thas committed Oct 17, 2023
1 parent 8fe1db5 commit 3ab55f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/shell-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ jobs:
if [ "${{ runner.os }}" = "Linux" ]; then
sudo apt update && sudo apt install attr kcov
else
brew install kcov diffutils grep
brew install kcov diffutils grep coreutils
fi
realpath --version
realpath --help
- name: Install bats-core
run: |
git clone https://github.com/bats-core/bats-core.git
Expand Down

0 comments on commit 3ab55f7

Please sign in to comment.