Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiansongyu authored Nov 27, 2024
1 parent e98790a commit 54e1edc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Install DirectX SDK
run: |
choco install directx-sdk
- name: Add DirectX SDK to include path
run: |
echo "::add-path::C:\\Program Files (x86)\\Microsoft DirectX SDK (June 2010)\\Include"
echo "::add-path::C:\\Program Files (x86)\\Microsoft DirectX SDK (June 2010)\\Lib\\x64"
- name: Build solution
run: |
Expand Down

0 comments on commit 54e1edc

Please sign in to comment.