Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames authored Dec 26, 2023
1 parent 281438e commit 0d6e078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-latest, [ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest]
configuration: [release, debug]

runs-on: ${{ matrix.os }}
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@master
- name: Setup premake
uses: abel0b/setup-premake@v1

## Linux & MacOS-specific build steps
# Build with premake + make
- name: Build (gmake)
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Test (vs2019)
if: runner.os == 'Windows'
run: "& ./bin/${{ matrix.configuration }}/test.exe"


0 comments on commit 0d6e078

Please sign in to comment.