Skip to content

Commit 404e69c

Browse files
committed
Wacky scoop patches
Signed-off-by: Marcus Crane <marcus@utf9k.net>
1 parent 58e014a commit 404e69c

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,19 @@ jobs:
126126
cd "C:\Runner\"
127127
Expand-Archive -Path CodeSignTool.zip
128128
Get-ChildItem -Force -Path "C:\Runner\CodeSignTool"
129+
130+
- name: Ensure System32 is in PATH for Scoop
131+
if: runner.os == 'Windows'
132+
shell: bash
133+
run: |
134+
echo "C:\Windows\System32" >> $GITHUB_PATH
129135
130136
- uses: MinoruSekine/setup-scoop@v4.0.2
137+
if: runner.os == 'Windows'
131138
with:
132139
buckets: extras
133140
apps: nsis
134-
135-
- name: Install Windows dependencies
136-
if: runner.os == 'Windows'
137-
uses: crazy-max/ghaction-chocolatey@v3
138-
with:
139-
args: install nsis
141+
update_path: 'true'
140142

141143
# Build -- frontend
142144

0 commit comments

Comments
 (0)