Skip to content

Commit

Permalink
Ssl error?
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Mar 27, 2024
1 parent 420a929 commit 0826367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0826367

Please sign in to comment.