Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spezifisch/export-homebrew-build-paths

A GitHub Action to export Homebrew build paths for macOS.
https://github.com/spezifisch/export-homebrew-build-paths

build ci github-actions homebrew macos

Last synced: about 2 months ago
JSON representation

A GitHub Action to export Homebrew build paths for macOS.

Awesome Lists containing this project

README

        

# export-homebrew-build-paths

This GitHub Action sets up environment variables for library paths and include paths on macOS. It is particularly useful for projects that depend on Homebrew-installed libraries.

## Example Usage

```yaml
- name: Export paths
uses: spezifisch/[email protected]
```

Then do `go build` or your usual build command which links against a library installed by Homebrew.