mirror of
https://github.com/0x5eal/wg-lua.git
synced 2025-01-06 11:29:10 +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
|
- name: Install tooling
|
||||||
uses: ok-nick/setup-aftman@v0.4.2
|
uses: ok-nick/setup-aftman@v0.4.2
|
||||||
|
with:
|
||||||
|
cache: true
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: pnpm check_fmt
|
run: pnpm check_fmt
|
||||||
|
@ -55,6 +57,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install tooling
|
- name: Install tooling
|
||||||
uses: ok-nick/setup-aftman@v0.4.2
|
uses: ok-nick/setup-aftman@v0.4.2
|
||||||
|
with:
|
||||||
|
cache: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
@ -84,6 +88,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install tooling
|
- name: Install tooling
|
||||||
uses: ok-nick/setup-aftman@v0.4.2
|
uses: ok-nick/setup-aftman@v0.4.2
|
||||||
|
with:
|
||||||
|
cache: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: lune setup && pnpm build
|
run: lune setup && pnpm build
|
||||||
|
|
Loading…
Reference in a new issue