Skip to content

Commit

Permalink
fix requires option
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Dec 12, 2024
1 parent 4c85703 commit 53b620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
mkdir ${build_dir}
cd ${build_dir}
conan install .. --output-folder . \
--require-override ${reference} --build missing
--requires ${reference} --build missing
cmake .. \
-DCMAKE_TOOLCHAIN_FILE:FILEPATH=./build/${configuration}/generators/conan_toolchain.cmake \
-DCMAKE_BUILD_TYPE=${configuration}
Expand Down

0 comments on commit 53b620a

Please sign in to comment.