Skip to content

Commit

Permalink
fix mac
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent c3b68cb commit b21ad79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
run: |
sudo apt-get install libsodium-dev
## Linux & MacOS-specific build steps
# 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 b21ad79

Please sign in to comment.