We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74617b5 commit 04af865Copy full SHA for 04af865
.github/workflows/ue-docker-android.yml
@@ -73,11 +73,8 @@ jobs:
73
python-version: '3.12.8'
74
architecture: 'x64'
75
76
- - name: Clone and install ue4-docker from master
77
- run: |
78
- git clone https://github.com/adamrehn/ue4-docker.git /tmp/ue4-docker
79
- cd /tmp/ue4-docker
80
- pip install .
+ - name: Install latest ue4-docker from PyPI
+ run: pip install ue4-docker
81
82
- name: Configure unreal-docker
83
run: |
0 commit comments