1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

use checkout@v1 to make submodules work

This commit is contained in:
weidi 2021-12-25 22:37:34 +01:00
parent 7f7d72cca9
commit 529d2c232f

View File

@ -13,7 +13,7 @@ jobs:
container:
image: alpine:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
with:
submodules: true
- name: Install dependencies