mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2025-04-20 03:36:02 +09:00
fix(CI): update psmodulecache
This commit is contained in:
parent
a77dbaecac
commit
507ae0fe87
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
repository: ScoopInstaller/Scoop
|
repository: ScoopInstaller/Scoop
|
||||||
path: scoop_core
|
path: scoop_core
|
||||||
- name: Init Test Suite
|
- name: Init Test Suite
|
||||||
uses: potatoqualitee/psmodulecache@v5.1
|
uses: potatoqualitee/psmodulecache@main
|
||||||
with:
|
with:
|
||||||
modules-to-cache: BuildHelpers
|
modules-to-cache: BuildHelpers
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
||||||
repository: ScoopInstaller/Scoop
|
repository: ScoopInstaller/Scoop
|
||||||
path: scoop_core
|
path: scoop_core
|
||||||
- name: Init Test Suite
|
- name: Init Test Suite
|
||||||
uses: potatoqualitee/psmodulecache@v5.1
|
uses: potatoqualitee/psmodulecache@main
|
||||||
with:
|
with:
|
||||||
modules-to-cache: BuildHelpers
|
modules-to-cache: BuildHelpers
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue