1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +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: container:
image: alpine:latest image: alpine:latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v1
with: with:
submodules: true submodules: true
- name: Install dependencies - name: Install dependencies