Skip to content

Commit

Permalink
Build verbose to see SDL path take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Sep 28, 2024
1 parent 5d95a79 commit 2b7d52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
CC: clang-${{ matrix.clang-version }}
CXX: clang++-${{ matrix.clang-version }}
run: mkdir temp && cd temp && cmake .. -G Ninja && ninja
run: mkdir temp && cd temp && cmake .. -G Ninja && ninja --verbose

macos:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2b7d52f

Please sign in to comment.