We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb71998 commit dbd7ea1Copy full SHA for dbd7ea1
1 file changed
.github/workflows/build-package.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Clone and install tools branch
54
run: |
55
gcc --version
56
- git clone -b add-pg15-scripts --depth 1 https://github.com/citusdata/tools.git ../tools
+ git clone -b v0.8.19 --depth 1 https://github.com/citusdata/tools.git ../tools
57
sudo make -C ../tools install
58
59
- name: Pre Install steps
0 commit comments