mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-83811 gha: Replace redis-64
with redis
5.0
This commit is contained in:
parent
505a85eb9a
commit
d3cabadd38
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -128,7 +128,7 @@ jobs:
|
|||
|
||||
- name: Setting up redis service
|
||||
run: |
|
||||
choco install redis-64 --version 3.0.503 --no-progress
|
||||
choco install redis --version 5.0.7 --no-progress
|
||||
nssm install redis redis-server
|
||||
nssm start redis
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue