mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
chore: use cpp 11 by default
This commit is contained in:
parent
9920f88379
commit
ac31850cdc
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -45,6 +45,12 @@ jobs:
|
|||
working-directory: ${{runner.workspace}}/build
|
||||
run: conan profile new default --detect
|
||||
|
||||
- name: Use cpp 11 (Linux)
|
||||
if: startsWith(runner.os, 'Linux')
|
||||
run: |
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
shell: bash
|
||||
|
||||
- name: Install conan dependencies
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
run: conan install $GITHUB_WORKSPACE --build missing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue