mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-14 23:38:19 +01:00
Explicitly install openssl to see if it fixes smoke test errors on arch
This commit is contained in:
parent
45b67cb2b9
commit
c0a56eeada
2
.github/workflows/distro-smoke-test.yml
vendored
2
.github/workflows/distro-smoke-test.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
run: |
|
||||
|
||||
# Install our dependencies
|
||||
pacman -Sy --noconfirm zsh tmux fish make gcc psmisc python-pip
|
||||
pacman -Sy --noconfirm zsh tmux fish make gcc psmisc python-pip openssl python-pyopenssl
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
|
Loading…
Reference in New Issue
Block a user