Skip to content

Commit b877689

Browse files
Update build.yml
1 parent c33189e commit b877689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install packages
1515
run: conan install . --output-folder=build -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True --build=missing
1616
- name: Build binary
17-
run: cd build && ls && cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release && cmake --build .
17+
run: cd build && ls && cmake .. -DCMAKE_TOOLCHAIN_FILE=build/Release/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release && cmake --build .
1818
- name: Publish binary
1919
uses: actions/upload-artifact@v6
2020
with:

0 commit comments

Comments
 (0)