Skip to content

Commit

Permalink
Make sure killall is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 7, 2024
1 parent 6881407 commit e90c33d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/small-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
maven-version: ${{ matrix.maven }}
- name: Clean caches & workspace
run: make clean
- name: Install killall
run: sudo apt update && sudo apt install psmisc -y
- run: echo "LOGURU_COLORIZE=NO" >> $GITHUB_ENV
- name: Run small test
run: |
Expand Down

0 comments on commit e90c33d

Please sign in to comment.