Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4308f4c940 | |||
| 331468996f |
1 changed files with 1 additions and 19 deletions
20
.github/workflows/ccpp.yml
vendored
20
.github/workflows/ccpp.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
- name: apt
|
||||
run: sudo apt install cpmtools bazel-bootstrap flex bison libreadline-dev libz80ex-dev
|
||||
run: sudo apt update && sudo apt install -y cpmtools bazel-bootstrap flex bison libreadline-dev libz80ex-dev lua5.4
|
||||
- name: build-ack
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/davidgiven/ack.git
|
||||
|
|
@ -18,21 +18,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 truncate 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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue