👷 Update main.yml
This commit is contained in:
parent
8b91791d1b
commit
f5f7ee77e6
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Cache conan
|
||||
uses: actions/cache@v4.0.0
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: conan-win-${{ hashFiles('conanfile.txt') }}
|
||||
path: ~/.conan2/
|
||||
@ -107,4 +107,4 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: Clean Conan pkgs
|
||||
run: conan cache clean "*" -sbd
|
||||
run: conan cache clean "*" -sbd
|
||||
|
Loading…
x
Reference in New Issue
Block a user