Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-shameem committed Jan 26, 2025
1 parent e56916c commit 1d4c6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sudo apt install -y libipc-run-perl
- name: build-postgres
run: |
./configure --with-icu --enable-cassert --enable-tap-tests
./configure --with-icu --enable-cassert --enable-tap-tests --without-readline
make world-bin -j8 COPT='-Werror -Wno-error=maybe-uninitialized'
- name: run-tests
run: |
Expand Down

0 comments on commit 1d4c6a3

Please sign in to comment.