Skip to content

Commit

Permalink
Update minimum.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Jul 30, 2024
1 parent d475641 commit e2ffe06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
run: |
python -V
brew uninstall --ignore-dependencies openssl@3
brew unlink openssl@3 --verbose
brew install [email protected]
export LDFLAGS="-L/opt/homebrew/opt/[email protected]/lib"
export CPPFLAGS="-I/opt/homebrew/opt/[email protected]/include"
brew link --overwrite [email protected]
brew link --overwrite [email protected] --verbose
- name: Test with minimum versions
run: invoke minimum

0 comments on commit e2ffe06

Please sign in to comment.