mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 10:40:08 +00:00
Compare commits
2 commits
579f47ba0d
...
ae38be36f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae38be36f5 | ||
|
|
a20e989211 |
3 changed files with 9 additions and 0 deletions
3
.github/workflows/build-linux.yml
vendored
3
.github/workflows/build-linux.yml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
with:
|
||||||
|
submodules: 'recursive'
|
||||||
|
fetch-depth: '0'
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: actions/setup-dotnet@v4.3.0
|
uses: actions/setup-dotnet@v4.3.0
|
||||||
|
|
|
||||||
3
.github/workflows/build-osx.yml
vendored
3
.github/workflows/build-osx.yml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
with:
|
||||||
|
submodules: 'recursive'
|
||||||
|
fetch-depth: '0'
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: actions/setup-dotnet@v4.3.0
|
uses: actions/setup-dotnet@v4.3.0
|
||||||
|
|
|
||||||
3
.github/workflows/build-windows-desktop.yml
vendored
3
.github/workflows/build-windows-desktop.yml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
with:
|
||||||
|
submodules: 'recursive'
|
||||||
|
fetch-depth: '0'
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: actions/setup-dotnet@v4.3.0
|
uses: actions/setup-dotnet@v4.3.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue