Skip to content

Commit

Permalink
remove libsodium install
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Sep 9, 2024
1 parent 0d448fb commit 1c71081
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
- name: Setup premake
uses: abel0b/setup-premake@v1

# Install libsodium from apt
- name: Setup (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get install libsodium-dev
# Install libsodium from brew
- name: Setup (MacOS)
if: runner.os == 'MacOS'
run: brew install libsodium

# Build with premake + make
- name: Build (gmake)
if: runner.os != 'Windows'
Expand Down

0 comments on commit 1c71081

Please sign in to comment.