Skip to content

Commit

Permalink
[Draft] test fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Mar 11, 2024
1 parent d243d1f commit b4e0824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
pushd build
$EXTRA_FLAGS = ''
if ('${{steps.openssl.outputs.download-path}}' -ne '') {
brew uninstall openssl@3
brew uninstall --ignore-dependencies openssl@3
if ($EXTRA_FLAGS -ne '') {
$EXTRA_FLAGS += ' '
}
Expand Down

0 comments on commit b4e0824

Please sign in to comment.