diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8a80ba..3d0652c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ jobs: name: Linux runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + sparse-checkout: . - name: Install latest Zig run: | wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz