Skip to content

Commit

Permalink
Update to reflect homebrew path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoyt Koepke committed May 6, 2024
1 parent 4c39984 commit ca97f7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,13 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install make
export PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
export PATH="$(dirname $(dirname $(which gmake)))/opt/make/libexec/gnubin:$PATH"
export MAKE="$(which gmake)"
export CXXFLAGS="-stdlib=libc++"
cd python/pyxet
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
# These need to be built first for the compilation to work.
cargo build --release --target=x86_64-apple-darwin -j 1 -p openssl
cargo build --release --target=aarch64-apple-darwin -j 1 -p openssl
maturin build --target universal2-apple-darwin
- name: Unit and integration tests (non-Windows)
if: runner.os != 'Windows'
Expand Down

0 comments on commit ca97f7a

Please sign in to comment.