Update build.yml| remove third_party

This commit is contained in:
SysRay 2024-04-14 15:23:11 +02:00 committed by GitHub
parent 51392ba613
commit 1c852221ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: