From 550796186b6fba9c83b7fd752975fa55e7510d1e Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Sat, 23 Dec 2023 22:04:42 -0500 Subject: [PATCH] don't need libsodium anymore --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) 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)