Skip to content

Commit

Permalink
Remove docker container switch
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Dec 31, 2024
1 parent 8bb323b commit 82c3bf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths-ignore:
- "**.md"
- "ue-docker.yml"
- "./.github/workflows/ue-docker.yml"

jobs:
android-sdk:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ue-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ jobs:
build:
runs-on: windows-2019
steps:
- name: Set up Docker Desktop
run: |
# Enable Windows containers
docker info
& "C:\Program Files\Docker\Docker\DockerCli.exe" -SwitchDaemon
- name: Install unreal-docker
run: |
Invoke-WebRequest -Uri "https://github.com/adamrehn/ue4-docker/archive/refs/heads/master.zip" -OutFile "ue-docker.zip"
Expand Down

0 comments on commit 82c3bf1

Please sign in to comment.