diff --git a/.github/Makefile.CI b/.github/Makefile.CI index 17b5c48..7e01ef9 100644 --- a/.github/Makefile.CI +++ b/.github/Makefile.CI @@ -11,4 +11,3 @@ dependencies_ubuntu_analyzer: dependencies_ubuntu dependencies_macos: brew install sqlite gd check - brew link gd diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c3926c..0ba51e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,7 +91,8 @@ jobs: runs-on: macos-14 env: CC: clang - CFLAGS: '-Weverything -Wno-padded -Wno-poison-system-directories' + CFLAGS: '-I/opt/homebrew/include -Weverything -Wno-padded -Wno-poison-system-directories' + LDFLAGS: '-L/opt/homebrew/lib' steps: - uses: actions/checkout@v4