This commit is contained in:
Siarhei Fedartsou 2024-06-07 13:42:46 +02:00
parent f36746f7b4
commit 7cfca85932

View File

@ -31,13 +31,13 @@ jobs:
BUILD_TYPE: Release BUILD_TYPE: Release
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Enable Conan cache # - name: Enable Conan cache
uses: actions/cache@v4 # uses: actions/cache@v4
with: # with:
path: ~/.conan # path: ~/.conan
key: v9-conan-windows-${{ github.sha }} # key: v9-conan-windows-${{ github.sha }}
restore-keys: | # restore-keys: |
v9-conan-windows- # v9-conan-windows-
- run: pip install "conan<2.0.0" - run: pip install "conan<2.0.0"
- run: conan --version - run: conan --version
- run: cmake --version - run: cmake --version