ci: Still working on this. :)

This commit is contained in:
Ryan C. Gordon 2023-06-30 17:42:56 -04:00
parent 5bf0eb985e
commit 08651f838e
No known key found for this signature in database
GPG key ID: FA148B892AB48044
2 changed files with 3 additions and 3 deletions

View file

@ -15,9 +15,9 @@ jobs:
steps:
- name: Set up SDL
id: sdl
uses: libsdl-org/setup-sdl@master
uses: libsdl-org/setup-sdl@main
with:
version: 2.28.0
version: sdl2-latest
discriminator: DirkSimple-SDL2
verbose: true
env:

View file

@ -4,8 +4,8 @@
#
# This file written by Ryan C. Gordon.
project(DirkSimple)
cmake_minimum_required(VERSION 3.0.0)
project(DirkSimple)
if(CMAKE_SYSTEM_NAME STREQUAL "Android")
set(ANDROID TRUE)