diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11ddcd5..689c13a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,19 +18,6 @@ jobs: - name: Setup premake uses: abel0b/setup-premake@v1 - ## Linux-specific build setup - # Install libsodium from apt - - name: Setup (Linux) - if: runner.os == 'Linux' - run: | - sudo apt-get install libsodium-dev - - ## MacOS-specific build setup - # Install libsodium from homebrew - - name: Setup (MacOS) - if: runner.os == 'MacOS' - run: brew install libsodium - ## Linux & MacOS-specific build steps # Build with premake + make - name: Build (gmake)