diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6550fc..73ddce8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,8 @@ jobs: - name: Install tooling uses: ok-nick/setup-aftman@v0.4.2 + with: + cache: true - name: Check formatting run: pnpm check_fmt @@ -55,6 +57,8 @@ jobs: - name: Install tooling uses: ok-nick/setup-aftman@v0.4.2 + with: + cache: true - name: Build run: pnpm build @@ -84,6 +88,8 @@ jobs: - name: Install tooling uses: ok-nick/setup-aftman@v0.4.2 + with: + cache: true - name: Build run: lune setup && pnpm build