Skip to content

Commit

Permalink
Try specifying Dsdl2-image_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER committed Aug 4, 2023
1 parent bfaf8fc commit 3598228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build project

on: [push, pull_request]
on: [push]

jobs:
build-linux:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -Dsdl2-image_DIR=C:/vcpkg/installed/x64-windows/share/sdl2-image
cmake --build .
- name: Create archive
Expand Down

0 comments on commit 3598228

Please sign in to comment.