Skip to content

Commit 88ae5b3

Browse files
Update public_suffix before fpm install. (#751)
1 parent 43208dc commit 88ae5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ jobs:
266266
build-essential \
267267
libudev-dev \
268268
libssl-dev
269+
sudo gem install public_suffix -v 4.0.7 # This is a fix for U18.
269270
sudo gem install --no-document fpm
270271
elif [ "$RUNNER_OS" == "macOS" ]; then
271272
brew install capnp llvm create-dmg

0 commit comments

Comments
 (0)