mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
ci: cleanup of Conan local cache
This commit is contained in:
4
.github/workflows/ci-conan.yml
vendored
4
.github/workflows/ci-conan.yml
vendored
@@ -260,8 +260,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
conan remove mp-units --confirm
|
||||
conan remove *#!latest --confirm
|
||||
conan remove *:*#!latest --confirm
|
||||
conan remove *#~latest --confirm
|
||||
conan remove *:*#~latest --confirm
|
||||
conan cache clean "*" -s -b -d
|
||||
outputs:
|
||||
package_ref: ${{ steps.get-package-ref.outputs.PACKAGE_REF }}
|
||||
|
6
.github/workflows/ci-test-package-cmake.yml
vendored
6
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -306,3 +306,9 @@ jobs:
|
||||
working-directory: test_package/build/install/${{ matrix.build_type }}
|
||||
run: |
|
||||
./test_package
|
||||
- name: Clean Conan cache before backup
|
||||
shell: bash
|
||||
run: |
|
||||
conan remove *#~latest --confirm
|
||||
conan remove *:*#~latest --confirm
|
||||
conan cache clean "*" -s -b -d
|
||||
|
Reference in New Issue
Block a user