Skip to content

Commit

Permalink
Merge pull request #570 from ged/larskanis-patch-1
Browse files Browse the repository at this point in the history
CI: Fix source run on Macos
  • Loading branch information
larskanis authored May 15, 2024
2 parents 2918291 + 89066d0 commit d072b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/source-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
wget https://get.enterprisedb.com/postgresql/postgresql-$PGVERSION-binaries.zip && \
sudo mkdir -p /Library/PostgreSQL && \
sudo unzip postgresql-$PGVERSION-binaries.zip -d /Library/PostgreSQL/$PGVER && \
sudo mv /Library/PostgreSQL/$PGVER/pgsql/* /Library/PostgreSQL/$PGVER/ && \
echo /Library/PostgreSQL/$PGVER/bin >> $GITHUB_PATH
- run: gem update --system 3.3.26
Expand Down

0 comments on commit d072b21

Please sign in to comment.