We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5feaa commit a15b603Copy full SHA for a15b603
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
make
16
sudo make install
17
- run: |
18
- git clone --branch v7.6.0 https://github.com/jtv/libpqxx.git
+ git clone --branch 7.6.0 https://github.com/jtv/libpqxx.git
19
cd libpqxx
20
./configure --enable-shared
21
0 commit comments