Skip to content

Commit

Permalink
actions: fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 30, 2022
1 parent 84c1fca commit b487260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
ref: main
path: SDL3
- name: Configure CMake
run: cmake -DSDL3_INCLUDE_DIR="${{ github.workspace }}/SDL3/include" -B build ${{ matrix.platform.flags }}
run: cmake -DSDL3_INCLUDE_DIRS="${{ github.workspace }}/SDL3/include" -B build ${{ matrix.platform.flags }}
- name: Build
run: cmake --build build/

0 comments on commit b487260

Please sign in to comment.