Skip to content

Commit

Permalink
CICD: Fix download of raylib
Browse files Browse the repository at this point in the history
MAJOR
  • Loading branch information
Saverio976 committed Nov 5, 2023
1 parent 0aaf245 commit 42ba99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/bluga-graphics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FetchContent_Declare(
FetchContent_Declare(
raylib
CMAKE_ARGS "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CONFIGURATION_TYPES=\"Release;Release\"" "-DCONFIG=Release"
URL "https://github.com/X-R-G-B/R-Bus/releases/latest/download/raylib.tar"
URL "https://github.com/X-R-G-B/B-luga/releases/latest/download/raylib.tar"
DOWNLOAD_NO_PROGRESS FALSE
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)
Expand Down

0 comments on commit 42ba99f

Please sign in to comment.