File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
4444
4545 - name : Creating Release build for vulkan-cpp
4646 # run: conan create . -b missing -s build_type=Release -pr linux_x86_64 -c tools.system.package_manager:sudo=True -c tools.system.package_manager:mode=install
47- run : conan atlas create -s build_type=Release
47+ run : conan atlas create . -s build_type=Release
4848
4949 - name : Creating Debug build for vulkan-cpp
5050 # run: conan create . -b missing -s build_type=Debug -pr linux_x86_64 -c tools.system.package_manager:sudo=True -c tools.system.package_manager:mode=install
51- run : conan atlas create -s build_type=Debug
51+ run : conan atlas create . -s build_type=Debug
5252
5353 - name : Creating MinSizeRel build for vulkan-cpp
5454 # run: conan create . -b missing -s build_type=MinSizeRel -pr linux_x86_64 -c tools.system.package_manager:sudo=True -c tools.system.package_manager:mode=install
55- run : conan atlas create -s build_type=MinSizeRel
55+ run : conan atlas create . -s build_type=MinSizeRel
5656
You can’t perform that action at this time.
0 commit comments