Add dependency.
This commit is contained in:
parent
23c5892ef6
commit
b98c95b725
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
|
|
@ -10,14 +10,14 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
- name: apt
|
||||
run: sudo apt install cpmtools bazel-bootstrap flex bison libreadline-dev
|
||||
run: sudo apt install cpmtools bazel-bootstrap flex bison libreadline-dev libz80ex-dev
|
||||
- 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 verbose
|
||||
run: PATH=$PATH:$HOME/bin make
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
- name: brew
|
||||
run: brew install pkg-config bazelisk cpmtools truncate
|
||||
run: brew install pkg-config bazelisk cpmtools truncate libz80ex
|
||||
- name: build-ack
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/davidgiven/ack.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue