Reimplement workflow cache

This commit is contained in:
Jelle Spijker 2023-03-17 17:25:55 +01:00
parent 8744c9991e
commit cdbf52214b
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -27,6 +27,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Cache Conan data
id: cache-conan
uses: actions/cache@v3
with:
path: ~/.conan
key: ${{ runner.os }}-conan
- name: Setup Python and pip
uses: actions/setup-python@v4
with: