Skip to content

Commit 9a50aea

Browse files
committed
Update build scripts.
1 parent b6d4485 commit 9a50aea

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/ccpp.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: apt
1717
run: |
1818
sudo apt update
19-
sudo apt install cpmtools bazel-bootstrap flex bison libreadline-dev libz80ex-dev lua5.2
19+
sudo apt install cpmtools flex bison libreadline-dev libz80ex-dev lua5.2
2020
- name: build-ack
2121
run: |
2222
git clone --depth=1 https://github.com/davidgiven/ack.git
@@ -30,11 +30,11 @@ jobs:
3030
with:
3131
name: ${{ github.event.repository.name }}.${{ github.sha }}
3232
path: |
33-
bazel-bin/arch/brother/pn8510/diskimage.img
34-
bazel-bin/arch/brother/pn8800/diskimage.img
35-
bazel-bin/arch/brother/lw30/diskimage.img
36-
bazel-bin/arch/brother/wp2450/diskimage.img
37-
bazel-bin/arch/brother/wp1/diskimage.img
38-
bazel-bin/arch/kayproii/diskimage.img
39-
bazel-bin/arch/nc200/diskimage.img
33+
pn8510.img
34+
pn8800.img
35+
lw30.img
36+
wp2450.img
37+
wp1.img
38+
kayproii.img
39+
nc200.img
4040

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: apt
2121
run: |
2222
sudo apt update
23-
sudo apt install cpmtools bazel-bootstrap flex bison libreadline-dev libz80ex-dev lua5.2
23+
sudo apt install cpmtools flex bison libreadline-dev libz80ex-dev lua5.2
2424
2525
- name: build-ack
2626
run: |
@@ -49,7 +49,6 @@ jobs:
4949
token: ${{ github.token }}
5050
tag: dev
5151
assets: |
52-
pn8510.img
5352
pn8510.img
5453
pn8800.img
5554
brotherop2.img

0 commit comments

Comments
 (0)