Skip to content

Commit f3ec7ee

Browse files
committed
feat: update conan remote url
1 parent 9ca71a3 commit f3ec7ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: conan-io/setup-conan@v1
5656

5757
- name: Config Conan Remote
58-
run: conan remote add explosion https://kindem.online/artifactory/api/conan/conan
58+
run: conan remote add explosion https://conan.kindem.online/artifactory/api/conan/conan
5959

6060
- name: Configure CMake
6161
run: cmake -B ${{github.workspace}}/build -G=Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCI=ON

ThirdParty/ConanRecipes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ConanRecipes
22

3-
This repository stores all private Conan recipes used by the explosion game engine. Typically, you don't need to build them separately, as all recipes and precompiled binaries have been uploaded to our private artifact repository at [https://kindem.online/artifactory/api/conan/conan](https://kindem.online/artifactory/api/conan/conan)
3+
This repository stores all private Conan recipes used by the explosion game engine. Typically, you don't need to build them separately, as all recipes and precompiled binaries have been uploaded to our private artifact repository at [https://conan.kindem.online/artifactory/api/conan/conan](https://conan.kindem.online/artifactory/api/conan/conan)
44
. The CMake scripts in the explosion game engine will automatically download and install all dependencies from this repository.
55

66
If you have extremely poor network connectivity, you may use these Conan recipes to locally build the required third-party dependencies for the engine.

0 commit comments

Comments
 (0)