Skip to content

Commit

Permalink
Set to cpp20
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Feb 12, 2024
1 parent 22b8523 commit 1a8f612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_conan2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ runs:
run: |
# Set std::string to non-CoW C++11 version
sed -i 's,compiler.libcxx=libstdc++$,compiler.libcxx=libstdc++11,g' ~/.conan2/profiles/default
sed -i 's,gnu17$,gnu20,g' ~/.conan2/profiles/default
if: ${{ inputs.platform == 'ubuntu-22.04' }}

0 comments on commit 1a8f612

Please sign in to comment.