Ssl error?

This commit is contained in:
Jonathan Kelley 2024-03-26 22:22:25 -07:00
parent 420a9290ff
commit 0826367e4f
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -59,6 +59,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install openssl on macos
if: matrix.platform.os == 'macos-latest'
run: brew install openssl
- name: Install stable
uses: dtolnay/rust-toolchain@master
with: