Skip to content

Commit e29cd46

Browse files
committed
Updated indentation [skip ci]
1 parent ffe3904 commit e29cd46

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/build.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
8-
- uses: ankane/setup-postgres@v1
9-
with:
10-
database: pgvector_cpp_test
11-
- run: |
12-
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
13-
git clone --branch v0.3.1 https://github.com/pgvector/pgvector.git
14-
cd pgvector
15-
make
16-
sudo make install
17-
- run: |
18-
git clone --branch 7.7.4 https://github.com/jtv/libpqxx.git
19-
cd libpqxx
20-
CXXFLAGS=-std=c++17 ./configure
21-
make
22-
sudo make install
23-
- run: g++ -std=c++17 -Wall -Wextra -Werror -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
24-
- run: test/pqxx
7+
- uses: actions/checkout@v3
8+
- uses: ankane/setup-postgres@v1
9+
with:
10+
database: pgvector_cpp_test
11+
- run: |
12+
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
13+
git clone --branch v0.3.1 https://github.com/pgvector/pgvector.git
14+
cd pgvector
15+
make
16+
sudo make install
17+
- run: |
18+
git clone --branch 7.7.4 https://github.com/jtv/libpqxx.git
19+
cd libpqxx
20+
CXXFLAGS=-std=c++17 ./configure
21+
make
22+
sudo make install
23+
- run: g++ -std=c++17 -Wall -Wextra -Werror -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
24+
- run: test/pqxx

0 commit comments

Comments
 (0)