Skip to content

Commit 624763b

Browse files
committed
Update action.yaml
不要な処理を削除
1 parent aa818e0 commit 624763b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ runs:
2828
shell: powershell
2929
run: Write-Output ('Path=' + $Env:SystemDrive + '\Windows\System32' + ';' + $Env:UserProfile + '\scoop\shims') >> $Env:GITHUB_ENV
3030

31-
- name: Install Git
32-
shell: powershell
33-
run: scoop install git
34-
3531
- name: Install AutoHotkey
3632
shell: powershell
3733
run: scoop install autohotkey

0 commit comments

Comments
 (0)