From: Matt Joiner Date: Mon, 12 May 2025 03:37:34 +0000 (+1000) Subject: Checkout submodules X-Git-Tag: v1.59.0~155 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=61240fb30a5b3dfc19fb01a71a320d11af77671a;p=btrtrc.git Checkout submodules --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e81836ad..edcb822b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,6 +13,8 @@ jobs: os: [windows-latest, macos-latest, ubuntu-latest] steps: - uses: actions/checkout@v4 + with: + submodules: true - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }}