Skip to content

Commit

Permalink
build: update scoop setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Oct 31, 2022
1 parent aadfe00 commit 05c31d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/v8-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ jobs:
${{ runner.os }}:libv8:sccache:
- name: Setup Scoop
uses: MinoruSekine/setup-scoop@main
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install SCCache
run: scoop install sccache
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/v8-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ jobs:
${{ runner.os }}:libv8:sccache:
- name: Setup Scoop
uses: MinoruSekine/setup-scoop@main
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install SCCache
run: scoop install sccache
Expand All @@ -117,7 +119,6 @@ jobs:

- name: Archive Release
id: archive_release
shell: pwsh
run: .\archive.ps1

- name: Upload Archive
Expand Down

0 comments on commit 05c31d2

Please sign in to comment.