Skip to content

Commit 42ba99f

Browse files
committed
CICD: Fix download of raylib
MAJOR
1 parent 0aaf245 commit 42ba99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/bluga-graphics/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FetchContent_Declare(
1212
FetchContent_Declare(
1313
raylib
1414
CMAKE_ARGS "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CONFIGURATION_TYPES=\"Release;Release\"" "-DCONFIG=Release"
15-
URL "https://github.com/X-R-G-B/R-Bus/releases/latest/download/raylib.tar"
15+
URL "https://github.com/X-R-G-B/B-luga/releases/latest/download/raylib.tar"
1616
DOWNLOAD_NO_PROGRESS FALSE
1717
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
1818
)

0 commit comments

Comments
 (0)