mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 20:04:27 +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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
conan remove mp-units --confirm
|
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
|
conan cache clean "*" -s -b -d
|
||||||
outputs:
|
outputs:
|
||||||
package_ref: ${{ steps.get-package-ref.outputs.PACKAGE_REF }}
|
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 }}
|
working-directory: test_package/build/install/${{ matrix.build_type }}
|
||||||
run: |
|
run: |
|
||||||
./test_package
|
./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