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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ecf5e82

Browse files
authored
Update c-cpp.yml
1 parent 5f3042f commit ecf5e82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/c-cpp.yml

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

0 commit comments

Comments
 (0)
0