Skip to content

Commit

Permalink
fix and improve how picky is cloned and installed
Browse files Browse the repository at this point in the history
Our attempt at modifying the pull request previously
was not successful.  Trying again.
  • Loading branch information
lcn2 committed Jul 12, 2024
1 parent 1ca56bc commit f105082
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
run: git clone https://github.com/lcn2/independ
- name: install independ
run: cd independ && sudo make install
- name: clone picky
run: git clone https://github.com/xexyl/picky
- name: clone checknr
run: git clone https://github.com/lcn2/checknr.git
- name: install checknr
run: cd checknr && sudo make install
- name: clone picky
run: git clone https://github.com/lcn2/picky
- name: install picky
run: cd picky && make && sudo cp -p picky /usr/local/bin
run: cd picky && sudo make install
- name: make
run: make
- name: make slow_release
Expand Down

0 comments on commit f105082

Please sign in to comment.