8000 Sync development dependecies in Github Actions with offical package · jeltz/postgres@67a22bb · GitHub
[go: up one dir, main page]

Skip to content

WIP TDE GitHub deps cleanup #24

WIP TDE GitHub deps cleanup

WIP TDE GitHub deps cleanup #24

Workflow file for this run

name: PSP
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: PSP
strategy:
matrix:
os: ['ubuntu-22.04']
build_type: [debug,debugoptimized]
build_script: [make, meson]
uses: ./.github/workflows/psp-reusable.yml
with:
os: ${{ matrix.os }}
build_type: ${{ matrix.build_type }}
build_script: ${{ matrix.build_script }}
secrets: inherit
0