Skip to content

Commit

Permalink
Fix docker exe path
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Dec 31, 2024
1 parent c39096f commit 2404984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ue-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Docker Desktop
run: |
# Enable Windows containers
& $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchDaemon
& "C:\Program Files\Docker\Docker\DockerCli.exe" -SwitchDaemon
- name: Install unreal-docker
run: |
Expand Down

0 comments on commit 2404984

Please sign in to comment.