We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f52db2 commit 2275ecdCopy full SHA for 2275ecd
1 file changed
.github/workflows/libfuzzer.yaml
@@ -58,7 +58,7 @@ jobs:
58
if: steps.cache-postgresql.outputs.cache-hit != 'true'
59
run: |
60
wget -q -O postgresql.tar.bz2 \
61
- https://ftp.postgresql.org/pub/source/v${{ steps.config.outputs.PG15_LATEST }}/postgresql-${{ steps.config.outputs.PG15_LATEST }}.tar.bz2
+ https://ftp.postgresql.org/pub/source/v${{ steps.config.outputs.PG18_LATEST }}/postgresql-${{ steps.config.outputs.PG18_LATEST }}.tar.bz2
62
mkdir -p ~/$PG_SRC_DIR
63
tar --extract --file postgresql.tar.bz2 --directory ~/$PG_SRC_DIR --strip-components 1
64
cd ~/$PG_SRC_DIR
0 commit comments