Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent 694fff0 commit 60901c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
- name: Setup premake
uses: abel0b/setup-premake@v1

## Linux & MacOS-specific build steps
# Install libsodium from apt and configure the compiler to look for our local mbedtls
- 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)
if: runner.os != 'Windows'
Expand Down

0 comments on commit 60901c5

Please sign in to comment.