Skip to content

Commit

Permalink
🔨 Another CMake github actions attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
SeedyROM committed Nov 30, 2024
1 parent c436d4b commit c6de9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "[conf]" >> ~/.conan2/profiles/default
echo "tools.system.package_manager:mode=install" >> ~/.conan2/profiles/default
echo "tools.system.package_manager:sudo=True" >> ~/.conan2/profiles/default
echo "tools.build:cxxflags=-std=c++20" >> ~/.conan2/profiles/default
echo "tools.build:cxxflags=['-std=c++17']" >> ~/.conan2/profiles/default
- name: Cache Conan packages
uses: actions/cache@v3
Expand Down

0 comments on commit c6de9a4

Please sign in to comment.