From e916ebf62145cc106967b7501de8021977ead6f3 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Mon, 31 Oct 2022 07:01:18 -0300 Subject: [PATCH] chore: update ci --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d84eccd..c024c7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,11 @@ jobs: runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2 + with: + submodules: true - uses: goto-bus-stop/setup-zig@v1 + with: + version: master - name: prepare-linux if: runner.os == 'Linux' run: | @@ -21,6 +25,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: true - uses: goto-bus-stop/setup-zig@v1 + with: + version: master - run: zig fmt src/**/*.zig \ No newline at end of file