File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,7 @@ jobs:
149
149
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
150
150
C:\msys64\usr\bin\pacman.exe -S --noconfirm unzip
151
151
C:\msys64\usr\bin\unzip.exe Redis-7.0.14-Windows-x64-msys2-with-Service.zip
152
-
153
- echo "current dir:"
154
- echo %cd%
155
- sc.exe create Redis binpath=C:\Users\runneradmin\work\pyhamtools\pyhamtools\Redis-7.0.14-Windows-x64-msys2-with-Service\RedisService.exe start= auto
156
- echo "workdir:" ${{ github.workspace }}
152
+ sc.exe create Redis binpath=${{ github.workspace }}\Redis-7.0.14-Windows-x64-msys2-with-Service\RedisService.exe start= auto
157
153
echo "Redis service created, now starting it"
158
154
net start Redis
159
155
echo "Redis service started"
You can’t perform that action at this time.
0 commit comments