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: