Skip to content

Commit

Permalink
Try running without installing DirectX SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri authored Nov 16, 2023
1 parent 7786bdc commit d68419a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down

0 comments on commit d68419a

Please sign in to comment.