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 6aa713c831
commit ec3f7ae9f3

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: