diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e8eebe0..1e45fcf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - submodules: 'true' + submodules: 'recursive' - name: Setup Zig run: | sudo apt install xz-utils @@ -55,7 +55,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - submodules: 'true' + submodules: 'recursive' - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' @@ -74,7 +74,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - submodules: 'true' + submodules: 'recursive' - name: Setup Zig run: | brew uninstall --ignore-dependencies libx11 # https://github.com/ziglang/zig/issues/11066 diff --git a/.github/workflows/m1_ci.yml b/.github/workflows/m1_ci.yml index 74df6a99..d6a18d3d 100644 --- a/.github/workflows/m1_ci.yml +++ b/.github/workflows/m1_ci.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - submodules: 'true' + submodules: 'recursive' - name: test run: zig build test - name: build