Skip to content

Commit

Permalink
Update nightly-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina authored Dec 14, 2024
1 parent a4d27f0 commit 403f8d0
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/nightly-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,6 @@ jobs:
name: deb12-package
path: /__w/yeti-web/*.deb




on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
container: debian:bookworm
steps:
- name: install aux deps
run: apt update && apt -y --no-install-recommends install git ca-certificates curl gpg
- name: add pgdg pkg repo
run: >
echo "deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" >> /etc/apt/sources.list.d/pgdg.list &&
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg
- run: apt update

- name: clone repo
uses: actions/checkout@v3

- name: override pgversions
run: echo 16 > debian/pgversions

- name: install build deps
run: apt -y --no-install-recommends install debhelper python3 postgresql-server-dev-all build-essential
- name: build
run: make deb

- uses: yeti-switch/upload-debian-pkg-action@v2
with:
pkgs: '../*.deb'
Expand Down

0 comments on commit 403f8d0

Please sign in to comment.