mirror of
https://github.com/vacp2p/nim-ngtcp2.git
synced 2026-01-09 14:57:59 -05:00
Checkout submodules in CI
This commit is contained in:
committed by
markspanbroek
parent
15a631ad9b
commit
ca8f5879ad
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- uses: iffy/install-nim@v1.1
|
||||
- name: Build
|
||||
run: nimble install -y
|
||||
|
||||
Reference in New Issue
Block a user