Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jun 9, 2024
1 parent 201d190 commit 84368ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
sudo apt install -y flex bison graphviz dia mscgen pdf2svg texlive texlive-lang-german texlive-latex-extra ghostscript
- name: Cleanup Conan system packages (they are not properly cached)
run: |
conan remove -f '*/system'
conan remove -f '*/system/*'
- name: Installing conan dependencies
run: |
conan install . --build=missing -s build_type=Release
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Cleanup Conan system packages (they are not properly cached)
run: |
conan remove -f '*/system'
conan remove -f '*/system/*'
- name: Installing conan dependencies
run: |
conan install . --build=missing -s build_type=${{matrix.build_type}}
Expand Down

0 comments on commit 84368ae

Please sign in to comment.