Skip to content

Commit

Permalink
Actions: Fix scoop installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamp01 committed Apr 11, 2022
1 parent d3e56b6 commit 1a6d9a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/classic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ jobs:

- name: Install depends
run: |
iwr -useb get.scoop.sh | iex
iwr -useb get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
mkdir -p ~\\scoop\\buckets\\my-bucket
Copy-Item -Path $env:GITHUB_WORKSPACE\\build\\github-actions\\mozilla-build.json -Destination ~\scoop\buckets\my-bucket
scoop install my-bucket/mozilla-build --global
Expand Down

0 comments on commit 1a6d9a5

Please sign in to comment.