Skip to content

Commit fbe871a

Browse files
committed
fixup2
1 parent c7a5459 commit fbe871a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,11 @@ jobs:
369369
sudo dpkg --remove --force-depends libsodium-dev
370370
fi
371371
372+
if [[ ${{ matrix.config.os }} = macos* ]]; then
373+
brew install "$APT_BASE" ${{ matrix.config.packages }}
374+
brew uninstall --ignore-dependencies libsodium
375+
fi
376+
372377
echo "Installing libsodium.."
373378
sudo ./contrib/install_sodium.sh `pwd`
374379
echo "libsodium install finished.."

0 commit comments

Comments
 (0)