mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
chore: remove cache step from CI/CD (#1425)
This commit is contained in:
parent
c1d7e39186
commit
befaa567ff
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user