Skip to content

Commit

Permalink
resolve issues with canon2 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert committed Oct 31, 2024
1 parent 67b738c commit 53023e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ jobs:
restore-keys: ccache-${{matrix.os}}-${{matrix.qt_version}}
- name: check ccache stats prior to build
run: ccache --zero-stats --show-stats
- name: Cleanup Conan system packages (they are not properly cached)
run: |
conan remove -f '*/system'
- name: Add GCC problem matcher
uses: ammaraskar/gcc-problem-matcher@0f9c86f9e693db67dacf53986e1674de5f2e5f28 # v0.3.0
- name: Create Build Environment
Expand Down Expand Up @@ -412,9 +409,6 @@ jobs:
# tools: "tools_ifw"

set-env: "true"
- name: Cleanup Conan system packages (they are not properly cached)
run: |
conan remove -f '*/system'
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory

Expand Down

0 comments on commit 53023e1

Please sign in to comment.