1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-08-25 14:02:59 +03:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Syuugo
2a2784c3d1
Merge e532519f83 into c2a7aa5481 2024-06-26 06:55:17 +00:00
Syuugo
e532519f83
Merge branch 'SoftEtherVPN:master' into master 2024-06-26 15:55:14 +09:00
Syuugo
db61205eae
Fix missing name 2024-06-26 15:54:56 +09:00

View File

@ -13,7 +13,8 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - name: Checkout
uses: actions/checkout@v4
with: with:
submodules: true submodules: true