We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b790e98 commit c33189eCopy full SHA for c33189e
1 file changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install packages
15
run: conan install . --output-folder=build -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True --build=missing
16
- name: Build binary
17
- run: cd build && cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release && cmake --build .
+ run: cd build && ls && cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release && cmake --build .
18
- name: Publish binary
19
uses: actions/upload-artifact@v6
20
with:
0 commit comments