chore(actions): cache aftman tools

This commit is contained in:
Erica Marigold 2024-03-29 22:45:46 +05:30
parent 2aba1d36dd
commit 09bcbedc20
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -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