Skip to content

Commit

Permalink
ci: exclude macos/sdl1 due to deprecation in brew
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Feb 28, 2024
1 parent 7955981 commit a09d81c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ on:
jobs:
all:
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
library: [sdl2, sdl1]
exclude:
- os: macos
library: sdl1
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@main
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The Homebrew App Store is a GUI that can be used to access an online repository

## Supported Platforms

### Desktop (Linux, Mac, Windows)
Standalone PC executables are available from [the nightlies](https://nightly.link/fortheusers/hb-appstore/workflows/pc-builds/main). These PC clients download and extract files to an `sdroot` folder relative to the app's path.
### Linux, Mac, Windows
Standalone PC executables are available [here](https://nightly.link/fortheusers/hb-appstore/workflows/pc-builds/main). These PC clients download and extract files to an `sdroot` folder relative to the app's path.

### Web Browsers
A web interface to download files from the Homebrew App Store directly is available at [apps.fortheusers.org](https://apps.fortheusers.org). Source code: [hbas-frontend](https://github.com/fortheusers/hbas-frontend).
Expand Down Expand Up @@ -45,7 +45,7 @@ For more information on the API and self-hosting, see: [hb-app.store/api-info](h
## Compiling
This program is written using [Chesto](https://github.com/fortheusers/chesto) and has dependencies on libcurl, libget, and zlib. The chesto and libget libraries are included in this repo as submodules.

[Pre-compiled nightlies](https://nightly.link/fortheusers/hb-appstore/workflows/main/main) to download the latest nightly builds without signing in.
Pre-compiled builds off the main branch can be downloaded [here](https://nightly.link/fortheusers/hb-appstore/workflows/main/main) without signing in.

### Instructions
Detailed build instructions for specific platforms can be found in [Compiling.md](https://github.com/fortheusers/hb-appstore/blob/main/docs/Compiling.md).
Expand Down

0 comments on commit a09d81c

Please sign in to comment.