chore: remove cache step from CI/CD (#1425)

This commit is contained in:
Andreas Maerten 2023-06-15 21:39:26 +02:00 committed by GitHub
parent c1d7e39186
commit befaa567ff

View File

@ -12,13 +12,6 @@ jobs:
- name: Check CMake version
run: cmake --version
- name: Cache build/
id: cache-build
uses: actions/cache@v3
with:
path: build
key: ${{ runner.os }}-build
- name: Setup MSVC environment
uses: ilammy/msvc-dev-cmd@v1
with: