mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 14:40:04 +00:00
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:
parent
c5417701d1
commit
39ac7444af
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user