Skip to content

Commit

Permalink
OSX Homebrew has removed libz80ex. Remove OSX builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Dec 11, 2023
1 parent 23bbd23 commit d570085
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,3 @@ jobs:
make -C ack PREFIX=$HOME install
- name: make
run: PATH=$PATH:$HOME/bin make

build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: brew
run: brew install pkg-config bazelisk cpmtools libz80ex
- name: build-ack
run: |
git clone --depth=1 https://github.com/davidgiven/ack.git
make -C ack PREFIX=$HOME +ack-cpm
make -C ack PREFIX=$HOME install
- name: make
run: PATH=$PATH:$HOME/bin make


0 comments on commit d570085

Please sign in to comment.