mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
Update build.yml| remove third_party
This commit is contained in:
parent
51392ba613
commit
1c852221ea
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -52,19 +52,6 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Restore cached deps
|
||||
uses: actions/cache@v4
|
||||
id: cache-thirdparty
|
||||
with:
|
||||
path: third_party
|
||||
key: ${{ runner.os }}-submodules
|
||||
|
||||
- name: Update submodules
|
||||
if: steps.cache-thirdparty.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Detect MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user