From 09bcbedc202fd463adc735639d6311b7086b98ac Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 29 Mar 2024 22:45:46 +0530 Subject: [PATCH] chore(actions): cache aftman tools --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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