simplify
This commit is contained in:
parent
ebfe5dbb0a
commit
dd5154b163
|
|
@ -1,4 +1,4 @@
|
|||
name: Build on Windows
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -74,9 +74,6 @@ jobs:
|
|||
with:
|
||||
submodules: recursive # Ensure submodules are checked out
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install cmake ninja
|
||||
|
||||
- name: Set up vcpkg
|
||||
uses: lukka/run-vcpkg@v11
|
||||
with:
|
||||
|
|
@ -103,9 +100,6 @@ jobs:
|
|||
with:
|
||||
submodules: recursive # Ensure submodules are checked out
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install cmake ninja
|
||||
|
||||
- name: Set up vcpkg
|
||||
uses: lukka/run-vcpkg@v11
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue