We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925f506 commit 3cca979Copy full SHA for 3cca979
.github/workflows/ccpp.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: build-ack
21
run: |
22
git clone --depth=1 https://github.com/davidgiven/ack.git
23
- make -C ack PREFIX=$HOME +ack-cpm
+ sed -i 's/PLATS = all/PLATS = cpm/' ack/Makefile
24
make -C ack PREFIX=$HOME install
25
- name: make
26
run: PATH=$PATH:$HOME/bin make
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
27
28
29
30
31
0 commit comments