Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
menisisaac authored Oct 25, 2023
1 parent f03991b commit 59dbb11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
# needs: Build-Extension
steps:
- name: Get Scoop Package Manager
uses: MinoruSekine/setup-scoop@v1
run: (New-Object System.Net.WebClient).DownloadFile('https://get.scoop.sh', 'scoop.ps1')
./scoop.ps1 -RunAsAdmin
- name: Setup Scoop
run: scoop bucket add extras
- name: Download Godot
Expand Down

0 comments on commit 59dbb11

Please sign in to comment.