File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 7676 # do have permissions for. See https://github.com/bufbuild/buf/issues/2698 for
7777 # more details.
7878 export BUF_CONFIG_DIR=$(mktemp -d)
79- conan profile detect
8079 conan create . --build=missing -s compiler.cppstd=17
8180
8281 build_linux_ubuntu_jammy :
@@ -138,7 +137,6 @@ jobs:
138137 - name : Create package
139138 shell : bash
140139 run : |
141- conan profile detect
142140 conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14
143141
144142 build_linux_debian :
@@ -219,7 +217,6 @@ jobs:
219217 - name : Install conan in venv and create package
220218 shell : bash
221219 run : |
222- conan profile detect
223220
224221 conan install -r conancenter --update \
225222 --tool-requires=b2/5.3.1 --build=b2/5.3.1 -s compiler.cppstd=14 -s:a compiler.cppstd=14
@@ -254,6 +251,5 @@ jobs:
254251 - name : Create package
255252 shell : powershell
256253 run : |
257- conan profile detect
258254 conan create . --build=missing -o "&:shared=False"
259255
You can’t perform that action at this time.
0 commit comments