Skip to content

Commit 3cca979

Browse files
committed
Fix ack build.
1 parent 925f506 commit 3cca979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: build-ack
2121
run: |
2222
git clone --depth=1 https://github.com/davidgiven/ack.git
23-
make -C ack PREFIX=$HOME +ack-cpm
23+
sed -i 's/PLATS = all/PLATS = cpm/' ack/Makefile
2424
make -C ack PREFIX=$HOME install
2525
- name: make
2626
run: PATH=$PATH:$HOME/bin make

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: build-ack
2626
run: |
2727
git clone --depth=1 https://github.com/davidgiven/ack.git
28-
make -C ack PREFIX=$HOME +ack-cpm
28+
sed -i 's/PLATS = all/PLATS = cpm/' ack/Makefile
2929
make -C ack PREFIX=$HOME install
3030
- name: make
3131
run: PATH=$PATH:$HOME/bin make

0 commit comments

Comments
 (0)