Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benny-edlund authored Aug 18, 2024
1 parent 5ed15e0 commit 11764e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x' # Ensure this is compatible with Conan

- name: Install Conan
run: |
python -m pip install --upgrade pip
pip install conan
- name: Configure Conan
run: |
conan profile new default --detect || conan profile update settings.compiler.libcxx=libstdc++17 default
conan profile detect --force || conan profile update settings.compiler.libcxx=libstdc++11 default
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
Expand Down

0 comments on commit 11764e9

Please sign in to comment.