mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
fix workflow syntax
This commit is contained in:
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@@ -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