Add .git to the melonDS dependency's URL

- I wonder if this is somehow making `git` choke on the Windows runner?
This commit is contained in:
Jesse Talavera 2024-06-04 19:11:46 -04:00
parent c5417701d1
commit 39ac7444af

View File

@ -37,7 +37,7 @@ function(fetch_dependency name default_url default_tag)
FetchContent_GetProperties(${name})
endfunction()
fetch_dependency(melonDS "https://github.com/melonDS-emu/melonDS" "d48e5f2")
fetch_dependency(melonDS "https://github.com/melonDS-emu/melonDS.git" "d48e5f2")
fetch_dependency("libretro-common" "https://github.com/libretro/libretro-common.git" "fce57fd")
fetch_dependency("embed-binaries" "https://github.com/andoalon/embed-binaries.git" "21f28ca")
fetch_dependency(glm "https://github.com/g-truc/glm" "33b0eb9")