Skip to content

Commit

Permalink
Revert DirectX change, clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 16, 2023
1 parent d68419a commit 73dc095
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/udk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
run: .\tests\UDKTests\install_vcredist.ps1
if: matrix.os != 'self-hosted'

# - name: Install DirectX SDK
# run: .\tests\UDKTests\install_dx_sdk.ps1
# if: matrix.os != 'self-hosted'
- name: Install DirectX SDK
run: .\tests\UDKTests\install_dx_sdk.ps1
if: matrix.os != 'self-hosted'

- name: Install DirectX Redist
run: .\tests\UDKTests\install_dx_redist.ps1
Expand All @@ -84,16 +84,6 @@ jobs:
shell: PowerShell
run: py .\tests\UDKTests\setup_udk_build_env.py --use-shell --add-fw-rules

# - name: TEST TODO 1 (REMOVE ME LATER)
# timeout-minutes: 5
# if: always()
# run: .\tests\UDKTests\run_udk.ps1

# - name: TEST TODO 2 (REMOVE ME LATER)
# timeout-minutes: 5
# if: always()
# run: .\tests\UDKTests\UDK-Lite\Binaries\Win64\UDK.com make -useunpublished

- name: Archive UDK build and test logs and artifacts
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 73dc095

Please sign in to comment.