Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spezifisch/export-homebrew-build-paths
- Owner: spezifisch
- Created: 2024-08-07T04:44:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T05:10:25.000Z (6 months ago)
- Last Synced: 2024-10-25T03:44:18.237Z (3 months ago)
- Topics: build, ci, github-actions, homebrew, macos
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.