Skip to content

Commit a15b603

Browse files
committed
Fixed libpqxx tag on CI
1 parent ed5feaa commit a15b603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
make
1616
sudo make install
1717
- run: |
18-
git clone --branch v7.6.0 https://github.com/jtv/libpqxx.git
18+
git clone --branch 7.6.0 https://github.com/jtv/libpqxx.git
1919
cd libpqxx
2020
./configure --enable-shared
2121
make

0 commit comments

Comments
 (0)