Skip to content

Commit

Permalink
Linux build fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Jan 24, 2024
1 parent b801b67 commit 738bda6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
env:
- name: linux
os: ubuntu-latest
ninja_platform: linux
cmake_env: {}

# - name: macos
Expand All @@ -36,6 +37,7 @@ jobs:
#
- name: win64
os: windows-latest
ninja_platform: win
cmake_env: {}

#
Expand All @@ -54,6 +56,9 @@ jobs:
steps:
- name: NINJA Install
uses: seanmiddleditch/gha-setup-ninja@master
with:
platform: ${{ matrix.env.ninja_platform }}
destination: ninja

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 738bda6

Please sign in to comment.