mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-04 15:50:01 +01:00
noconfirm
This commit is contained in:
parent
9dad379da7
commit
10172c6dc6
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -191,7 +191,7 @@ jobs:
|
|||
# Redis is then installed an run as a service
|
||||
run: |
|
||||
C:\msys64\usr\bin\wget.exe https://github.com/redis-windows/redis-windows/releases/download/7.0.14/Redis-7.0.14-Windows-x64-msys2-with-Service.zip
|
||||
C:\msys64\usr\bin\pacman.exe -Sy unzip
|
||||
C:\msys64\usr\bin\pacman.exe -S --noconfirm unzip
|
||||
C:\msys64\usr\bin\unzip.exe Redis-7.0.14-Windows-x64-msys2-with-Service.zip
|
||||
sc.exe create Redis binpath=D:\a\pyhamtools\pyhamtools\Redis-7.0.14-Windows-x64-msys2-with-Service\RedisService.exe start= auto
|
||||
net start Redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue