chore: remove cache step from CI/CD (#1425)
This commit is contained in:
parent
6aa713c831
commit
ec3f7ae9f3
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -12,13 +12,6 @@ jobs:
|
|||||||
- name: Check CMake version
|
- name: Check CMake version
|
||||||
run: 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
|
- name: Setup MSVC environment
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user