Skip to content

Commit

Permalink
remove update profile
Browse files Browse the repository at this point in the history
  • Loading branch information
L0rdLizard committed Mar 27, 2024
1 parent 172b2d7 commit e6deca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Create default profile
run: conan profile detect --force

- name: Update profile
run: conan profile update settings.compiler.libcxx=libstdc++11 default
# - name: Update profile
# run: conan profile update settings.compiler.libcxx=libstdc++11 default

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit e6deca0

Please sign in to comment.