diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e115b22..841b442 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: # Install libsodium from brew - name: Setup (MacOS) if: runner.os == 'MacOS' - run: brew install libsodium + run: brew reinstall libsodium # Build with premake + make - name: Build (gmake) @@ -62,4 +62,4 @@ jobs: - name: Test (vs2019) if: runner.os == 'Windows' run: "& ./bin/test.exe" - \ No newline at end of file +