Skip to content

Commit

Permalink
ci: avoid name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Aug 27, 2023
1 parent 88f18bc commit 7200fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: "Install extensions"
run: |
echo "::group::install-pgq"
git clone -q https://github.com/pgq/pgq; make -C pgq
sudo -nH bash -c "PATH='${PATH}' make install -C pgq"
git clone -q https://github.com/pgq/pgq pgq-sql; make -C pgq-sql
sudo -nH bash -c "PATH='${PATH}' make install -C pgq-sql"
echo "::endgroup::"
echo "::group::install-pgq-node"
Expand Down

0 comments on commit 7200fbd

Please sign in to comment.