Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Popov <[email protected]>
  • Loading branch information
aensidhe committed Nov 20, 2023
1 parent b4fd92a commit 110efcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet build -c Release --no-restore

- name: Switch OS for docker
run: Invoke-Expression '"$Env:ProgramFiles\Docker\Docker\DockerCli.exe" -SwitchDaemon'
run: "& '$Env:ProgramFiles\\Docker\\Docker\\DockerCli.exe' -SwitchDaemon"

- name: Docker build
run: docker-compose build
Expand Down

0 comments on commit 110efcd

Please sign in to comment.