mirror of https://github.com/2dust/v2rayN
Update build-windows.yml
parent
4ad4e27dc1
commit
a6479fe0d0
|
@ -29,6 +29,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd v2rayN
|
||||
|
|
Loading…
Reference in New Issue