Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Dec 31, 2024
1 parent b190004 commit 317d954
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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"
- "./.github/workflows/ue-docker.yml"
- "**ue-docker.yml"

jobs:
android-sdk:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ue-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: windows-2019
steps:
- name: Set up Python 3.7.9
uses: actions/setup-python@v4
with:
python-version: '3.7.9'
architecture: 'x64'
uses: actions/setup-python@v4
with:
python-version: '3.7.9'
architecture: 'x64'

- name: Install unreal-docker
run: |
Expand Down

0 comments on commit 317d954

Please sign in to comment.