Specify LIBSODIUM_FULL_BUILD in an attempt to fix the MacOS build

This commit is contained in:
Johannes Leupold 2024-08-14 13:50:36 +02:00
parent 6d5b2ba6e1
commit 086bb1f786

View File

@ -18,6 +18,8 @@ jobs:
- run: ./linuxBuild.sh
Build-And-Test-Mac:
runs-on: [self-hosted, macOS, ARM64]
env:
LIBSODIUM_FULL_BUILD: 1
steps:
- uses: actions/checkout@v3
with: