diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edf0e044e0..442c668314 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: - # - macos-latest + - macos-latest - ubuntu-latest - windows-latest rust: @@ -45,7 +45,8 @@ jobs: - name: Set OPENSSL_ROOT_DIR if: startsWith(matrix.os, 'macos') - run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1" >> $GITHUB_ENV + run: echo "OPENSSL_ROOT_DIR=/usr/local/" >> $GITHUB_ENV + # run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1" >> $GITHUB_ENV - name: Install Rust run: |