Skip to content

Commit 1c52d09

Browse files
committed
🔨 Another CMake github actions attempt
1 parent c6de9a4 commit 1c52d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +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-
echo "tools.build:cxxflags=['-std=c++17']" >> ~/.conan2/profiles/default
64+
echo "tools.build:cxxflags=['-std=c++23']" >> ~/.conan2/profiles/default
6565
6666
- name: Cache Conan packages
6767
uses: actions/cache@v3

0 commit comments

Comments
 (0)