Skip to content

Commit

Permalink
Revert that. But lacking "env" for the config, or so it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbrevoort-cyberhive committed Jul 11, 2024
1 parent 9758f94 commit db0c596
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:

- name: Set OPENSSL_ROOT_DIR
if: startsWith(matrix.os, 'macos')
run: echo "OPENSSL_ROOT_DIR=/usr/local/" >> $GITHUB_ENV
# run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/[email protected]" >> $GITHUB_ENV
run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/[email protected]" >> $env:GITHUB_ENV

- name: Install Rust
run: |
Expand Down

0 comments on commit db0c596

Please sign in to comment.