File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 16
16
- name : apt
17
17
run : |
18
18
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
20
20
- name : build-ack
21
21
run : |
22
22
git clone --depth=1 https://github.com/davidgiven/ack.git
@@ -30,11 +30,11 @@ jobs:
30
30
with :
31
31
name : ${{ github.event.repository.name }}.${{ github.sha }}
32
32
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
40
40
Original file line number Diff line number Diff line change 20
20
- name : apt
21
21
run : |
22
22
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
24
24
25
25
- name : build-ack
26
26
run : |
49
49
token : ${{ github.token }}
50
50
tag : dev
51
51
assets : |
52
- pn8510.img
53
52
pn8510.img
54
53
pn8800.img
55
54
brotherop2.img
You can’t perform that action at this time.
0 commit comments