mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 04:40:36 +00:00
chore(actions): cache aftman tools
This commit is contained in:
parent
2aba1d36dd
commit
09bcbedc20
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue