Skip to content

Commit 424b8db

Browse files
committed
UPD | workflow caching
1 parent 34a492f commit 424b8db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conan_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Cache Conan Dependencies (Ubuntu Latest)
5252
if: ${{ matrix.os == 'ubuntu-latest' }}
5353
id: cache-conan-ubuntu
54-
uses: actions/cache/restore@v4
54+
uses: actions/cache@v4
5555
with:
5656
path: /home/runner/.conan2
5757
key: conan-${{ runner.os }}-${{ matrix.c_compiler }}-${{ matrix.library_type }}

0 commit comments

Comments
 (0)