Browse Source

Ssl error?

Jonathan Kelley 1 year ago
parent
commit
0826367e4f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/publish.yml

+ 4 - 0
.github/workflows/publish.yml

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