Skip to content

Commit 1f83173

Browse files
committed
replace conan recipe with command line params
Signed-off-by: Anton Dukhovnikov <antond@wetafx.co.nz>
1 parent 2b795ae commit 1f83173

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/build-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
shell: bash
8181
run: |
8282
conan profile detect --force
83-
conan install . --output-folder=build_deps --build=missing
83+
conan install --requires=nlohmann_json/3.12.0 --requires=nanobind/2.9.2 --generator CMakeDeps --generator CMakeToolchain --output-folder=build_deps --build=missing
8484
python -m pip install pytest
8585
8686
- name: Configure CMake

conanfile.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)