Skip to content

Commit a5a3d56

Browse files
committed
🔨 Another CMake github actions attempt
1 parent 67e98ed commit a5a3d56

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/cmake-multi-platform.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
echo "[conf]" >> ~/.conan2/profiles/default
6262
echo "tools.system.package_manager:mode=install" >> ~/.conan2/profiles/default
6363
echo "tools.system.package_manager:sudo=True" >> ~/.conan2/profiles/default
64+
conan profile update conf.tools.build:cxxflags="-std=c++17" default
6465
6566
- name: Cache Conan packages
6667
uses: actions/cache@v3

conanfile.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ vorbis/1.3.7
99
CMakeDeps
1010
CMakeToolchain
1111
[layout]
12-
cmake_layout
13-
[settings]
14-
compiler.cppstd=20
12+
cmake_layout

0 commit comments

Comments
 (0)