Skip to content

Commit 4ba974f

Browse files
committed
Fix GHA
1 parent 2c7dc5d commit 4ba974f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/shmath.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888

8989
- name: 'Configure CMake'
9090
working-directory: ${{ github.workspace }}
91-
run: cmake --preset=${{ matrix.build_type }}
91+
run: cmake --preset=${{ matrix.build_type }} -DBUILD_SHMATH=ON -DBUILD_DX11=ON -DBUILD_DX12=ON
9292

9393
- name: 'Build'
9494
working-directory: ${{ github.workspace }}
95-
run: cmake --build out\build\${{ matrix.build_type }} -DBUILD_SHMATH=ON
95+
run: cmake --build out\build\${{ matrix.build_type }}

.github/workflows/xdsp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ jobs:
8888

8989
- name: 'Configure CMake'
9090
working-directory: ${{ github.workspace }}
91-
run: cmake --preset=${{ matrix.build_type }}
91+
run: cmake --preset=${{ matrix.build_type }} -DBUILD_XDSP=ON
9292

9393
- name: 'Build'
9494
working-directory: ${{ github.workspace }}
95-
run: cmake --build out\build\${{ matrix.build_type }} -DBUILD_XDSP=ON
96-
95+
run: cmake --build out\build\${{ matrix.build_type }}

0 commit comments

Comments
 (0)