mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-25 17:53:24 +01:00
Install killall command
This commit is contained in:
parent
b4860d3192
commit
8e716c9404
4
.github/workflows/distro-smoke-test.yml
vendored
4
.github/workflows/distro-smoke-test.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
# Install our dependencies
|
||||
apt-get update
|
||||
apt-get install -y zsh tmux fish ca-certificates make build-essential gcc
|
||||
apt-get install -y zsh tmux fish ca-certificates make build-essential gcc psmisc
|
||||
|
||||
# Work around a weird bug where zsh on ubuntu actions gives that directory 0777 which makes zsh refuse to start
|
||||
chmod 0755 -R /usr/share/zsh/
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
# Install our dependencies
|
||||
sudo dnf update -y
|
||||
sudo dnf install -y zsh tmux fish make gcc
|
||||
sudo dnf install -y zsh tmux fish make gcc psmisc
|
||||
- name: Go test
|
||||
env:
|
||||
DD_API_KEY: ${{ secrets.DD_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user