소스 검색

Ssl error?

Jonathan Kelley 1 년 전
부모
커밋
0826367e4f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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: