Skip to content

Commit

Permalink
macOS curl fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Feb 17, 2024
1 parent f5ea3ff commit 1075ac6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ jobs:
run: brew install ninja

- name: Install automake
run: brew install automake curl
run: brew install automake

- name: Install curl with openssl
run: brew reinstall curl --with-libssh2 --with-openssl

- name: Install meson
run: brew install meson
Expand Down
7 changes: 7 additions & 0 deletions etc/build_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ fi
#
# Set environment variables to point to install directory
#

#
# Fix curl certificate issues.
#
export HOMEBREW_FORCE_BREWED_CURL=1


export PATH="$PWD/${BUILD_DIR}/install/bin:$PWD/$BUILD_DIR/install/bin/Scripts:${PATH}"

#
Expand Down

0 comments on commit 1075ac6

Please sign in to comment.