Update workflow actions and add Homebrew install docs

This commit is contained in:
andrew 2026-04-11 04:01:39 +03:00
parent 816b24d05e
commit 446075f333
5 changed files with 35 additions and 7 deletions

View file

@ -24,7 +24,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@v5.0.1
- name: Install system dependencies
run: |
@ -65,7 +65,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@v5.0.1
- name: Install system dependencies
run: |

View file

@ -14,7 +14,7 @@ jobs:
contents: write
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@v5.0.1
with:
fetch-depth: 0
@ -43,7 +43,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@v5.0.1
- name: Install Linux dependencies
if: runner.os == 'Linux'
@ -78,7 +78,7 @@ jobs:
shasum -a 256 "${{ matrix.asset_name }}.tar.gz" > "${{ matrix.asset_name }}.sha256"
- name: Publish edge release assets
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.5.0
with:
tag_name: edge
name: Edge

View file

@ -26,7 +26,7 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@v5.0.1
- name: Install Linux dependencies
if: runner.os == 'Linux'
@ -61,7 +61,7 @@ jobs:
shasum -a 256 "${{ matrix.asset_name }}.tar.gz" > "${{ matrix.asset_name }}.sha256"
- name: Publish GitHub release assets
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.5.0
with:
files: |
${{ matrix.asset_name }}.tar.gz

View file

@ -16,6 +16,20 @@ published release binaries. It does not compile from source. If no stable tag
is published yet, the installer automatically falls back to the rolling `edge`
release.
Or install with Homebrew:
```bash
brew tap ModernRelay/tap
brew install ModernRelay/tap/omnigraph
```
The Homebrew tap currently builds from source. To install the latest `main`
from the tap instead of the pinned formula version, use:
```bash
brew install --HEAD ModernRelay/tap/omnigraph
```
To install the rolling prerelease binaries from `main` instead:
```bash

View file

@ -18,6 +18,20 @@ verifies the SHA256 checksum, and unpacks it. It does not build from source.
If no stable tag is published yet, the installer automatically falls back to
the rolling `edge` release.
## Homebrew
```bash
brew tap ModernRelay/tap
brew install ModernRelay/tap/omnigraph
```
The Homebrew formula currently builds from source. To install the latest `main`
instead of the pinned formula version:
```bash
brew install --HEAD ModernRelay/tap/omnigraph
```
## Channels
Stable binaries: