Skip to content

Commit 3d50ff1

Browse files
committed
test fix
1 parent 90c62e3 commit 3d50ff1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-develop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
restore-keys: conan-${{ runner.os }}-
4848

4949
- name: Detect Conan Profile
50-
run: conan profile detect -f
50+
run: |
51+
conan profile detect -f
52+
conan profile update 'conf.tools.build:cxxflags=["-include","vector"]' default
5153
5254
- name: Configure CMake
5355
shell: bash

0 commit comments

Comments
 (0)