Skip to content

Commit

Permalink
fix(ci): homebrew errors on github actions (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jul 4, 2023
1 parent c561741 commit 8a365f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ all: .pre-build build
.pre-build: .fetch-submodules
@cargo install cargo-make
ifdef CI
@cargo install cross --git https://github.com/cross-rs/cross --rev 1511a28
@cargo install cross --git https://github.com/cross-rs/cross.git --rev 1511a28
endif

installdeps: .pre-build
ifeq ($(shell uname),Darwin)
@brew update
# commented due to https://github.com/orgs/Homebrew/discussions/4612
# @brew update
@brew install cmake ninja
else ifeq ($(shell uname),Linux)
@sudo apt-get update
Expand Down

0 comments on commit 8a365f0

Please sign in to comment.