Skip to content

Commit

Permalink
don't need libsodium anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 24, 2023
1 parent 5432c0f commit 5507961
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5507961

Please sign in to comment.