Kaynağa Gözat

[ci] fix mac build

k 2 yıl önce
ebeveyn
işleme
bf82ef2d37

+ 1 - 0
.github/workflows/main.yml

@@ -516,6 +516,7 @@ jobs:
           brew update
           brew update
           # brew unlink python@2
           # brew unlink python@2
           brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli
           brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli
+          brew install libunistring
           brew install cpanminus
           brew install cpanminus
           cpanm IPC::System::Simple
           cpanm IPC::System::Simple
           cpanm String::ShellQuote
           cpanm String::ShellQuote

+ 1 - 0
extra/github-actions/build-mac.yml

@@ -13,6 +13,7 @@
     brew update
     brew update
     # brew unlink python@2
     # brew unlink python@2
     brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli
     brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli
+    brew install libunistring
     brew install cpanminus
     brew install cpanminus
     cpanm IPC::System::Simple
     cpanm IPC::System::Simple
     cpanm String::ShellQuote
     cpanm String::ShellQuote