Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @ChuckHend @ianstanton @ryw @sjmiller609 @nhudson
* @ChuckHend
124 changes: 0 additions & 124 deletions .github/actions/build-and-push-to-quay/action.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/actions/find-changed-directories/action.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/actions/pgx-init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ outputs: {}
runs:
using: "composite"
steps:
- name: OS dependencies
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y build-essential libreadline-dev zlib1g-dev flex bison libxml2-dev libxslt-dev libssl-dev libxml2-utils xsltproc ccache pkg-config
- name: Install TOML parser
shell: bash
run: |
Expand Down
Loading
Loading