mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-05 12:59:02 +00:00
fix workflow syntax
This commit is contained in:
@@ -70,6 +70,6 @@ jobs:
|
||||
make "neon-pg-ext-${{ matrix.postgres-version }}"
|
||||
|
||||
- name: Build walproposer-lib (only for v17)
|
||||
if: ${{ matrix.postgres-version}} == "v17"
|
||||
if: ${{ matrix.postgres-version }} == "v17"
|
||||
run:
|
||||
make walproposer-lib
|
||||
|
||||
Reference in New Issue
Block a user