Skip to content

Commit

Permalink
ci: Try add capstone to build deps for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmeding committed Nov 30, 2024
1 parent e191be4 commit 2438c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if [ ${{ matrix.os }} == 'ubuntu-latest' ]; then
sudo apt-get -y install cmake pkg-config libfreetype-dev libglfw3-dev libgtk-3-dev libtbb-dev
elif [ ${{ matrix.os }} == 'macOS-latest' ]; then
brew install cmake pkg-config freetype glfw
brew install cmake capstone pkg-config freetype glfw
fi
echo CABAL_FLAGS=--enable-tests --test-show-details=direct --flags=nofib --flags=debug --ghc-options=\"-optc=-DTRACY_TIMER_FALLBACK\" --ghc-options=\"-optcxx=-DTRACY_TIMER_FALLBACK\" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 2438c56

Please sign in to comment.