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 c7a5459 commit fbe871aCopy full SHA for fbe871a
.github/workflows/build-and-test.yml
@@ -369,6 +369,11 @@ jobs:
369
sudo dpkg --remove --force-depends libsodium-dev
370
fi
371
372
+ if [[ ${{ matrix.config.os }} = macos* ]]; then
373
+ brew install "$APT_BASE" ${{ matrix.config.packages }}
374
+ brew uninstall --ignore-dependencies libsodium
375
+ fi
376
+
377
echo "Installing libsodium.."
378
sudo ./contrib/install_sodium.sh `pwd`
379
echo "libsodium install finished.."
0 commit comments