Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent 069d7b9 commit bc5a8f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ 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
## Linux & MacOS-specific build steps
# Build with premake + make
- name: Build (gmake)
Expand Down

0 comments on commit bc5a8f2

Please sign in to comment.