Skip to content

Commit 2f317ed

Browse files
committed
Test
1 parent 74797e6 commit 2f317ed

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- uses: actions/checkout@v7
12+
- if: ${{ runner.os == 'macOS' }}
13+
run: brew update
1214
- uses: ankane/setup-postgres@v1
1315
with:
1416
database: pgvector_cpp_test
@@ -20,7 +22,7 @@ jobs:
2022
make
2123
sudo make install
2224
23-
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=20 ${{ runner.os == 'macOS' && '-DPostgreSQL_ROOT=/opt/homebrew/opt/postgresql@18' || '' }}
25+
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=20
2426
- run: cmake --build build
2527
- run: build/test
2628

0 commit comments

Comments
 (0)