mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
Use actions/checkout@v2 with submodules: recursive
This commit is contained in:
parent
6b679ae282
commit
c1deaab1df
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout repository and submodules
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: Checkout submodules
|
with:
|
||||||
uses: textbook/git-checkout-submodule-action@master
|
submodules: recursive
|
||||||
|
|
||||||
- name: install python3-venv
|
- name: install python3-venv
|
||||||
run: sudo apt-get install python3-venv
|
run: sudo apt-get install python3-venv
|
||||||
|
|
Loading…
Reference in a new issue