Skip to content

Commit fc7aecc

Browse files
committed
chore: Try scoop install zip --global
1 parent 5bcc537 commit fc7aecc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release_windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
run: scoop install stack
2929

3030
- name: Install Zip
31-
shell: bash
32-
run: scoop install zip
31+
run: scoop install zip --global
3332

3433
- uses: actions/cache@v1
3534
name: Cache stack dependencies

0 commit comments

Comments
 (0)