mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
Update build-windows-desktop.yml
This commit is contained in:
parent
579f47ba0d
commit
a20e989211
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-windows-desktop.yml
vendored
3
.github/workflows/build-windows-desktop.yml
vendored
|
@ -27,6 +27,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
fetch-depth: '0'
|
||||
|
||||
- name: Setup
|
||||
uses: actions/setup-dotnet@v4.3.0
|
||||
|
|
Loading…
Reference in a new issue