Skip to content

Commit a901651

Browse files
committed
Update c-cpp.yml
1 parent f097d8b commit a901651

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
cd pg
2222
git checkout REL_14_STABLE
2323
./configure --prefix=`pwd`/tmp_install
24-
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
24+
25+
git clone https://github.com/postgrespro/aqo.git contrib/aqo
26+
git -C contrib/aqo checkout $GITHUB_REF
2527
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg14.patch
2628
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
2729
env CLIENTS=50 THREADS=50 make -C contrib/aqo check

0 commit comments

Comments
 (0)