2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 13:03:22 +00:00

ci: checkout with submodules

This commit is contained in:
sammyette 2022-12-14 22:29:28 -04:00
parent 1631f799b8
commit 731f11b5ba
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -10,7 +10,9 @@ jobs:
gen: gen:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
- name: Download Task - name: Download Task
run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d' run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'