Skip to content

Commit ec0713f

Browse files
committed
Updated linux.yml
1 parent 04e23a1 commit ec0713f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)