Explicitly install openssl to see if it fixes smoke test errors on arch

This commit is contained in:
David Dworken 2024-07-08 18:10:00 -07:00
parent 45b67cb2b9
commit c0a56eeada
No known key found for this signature in database

View File

@ -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