mirror of
https://github.com/PurpleI2P/i2pd-qt.git
synced 2025-02-07 12:14:17 +00:00
[actions] recurse submodules checkout
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
6bf67c8bc4
commit
2e2b973f1e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
||||
runs-on: ubuntu-16.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: install packages
|
||||
run: |
|
||||
sudo add-apt-repository ppa:mhier/libboost-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user