8000 Update c-cpp.yml · postgrespro/aqo@9e5d384 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e5d384

Browse files
authored
Update c-cpp.yml
1 parent 6189575 commit 9e5d384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
git checkout REL9_6_STABLE
2323
./configure --prefix=`pwd`/tmp_install
2424
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
25-
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo9_6.patch
25+
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg9_6.patch
2626
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
2727
make -C contrib/aqo check

0 commit comments

Comments
 (0)
0