Skip to content

Commit e082802

Browse files
committed
- attempt to fix CI building
1 parent 52d64ef commit e082802

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737

3838
jobs:
3939
build:
40-
runs-on: windows-latest
40+
runs-on: windows-2022
4141

4242
steps:
4343
- uses: actions/checkout@v3

src_dependency/nvrhi/premake5.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ project "nvrhi"
1919
"NVRHI/src/common/**.cpp",
2020
"NVRHI/src/validation/**.cpp"
2121
}
22+
removefiles {
23+
"NVRHI/src/common/dxgi*.cpp",
24+
}
2225
includedirs {
2326
"./NVRHI/include"
2427
}
@@ -53,6 +56,7 @@ project "nvrhi"
5356
files {
5457
"NVRHI/src/d3d11/**.cpp",
5558
"NVRHI/src/d3d12/**.cpp",
59+
"NVRHI/src/common/dxgi*.cpp",
5660
"NVRHI/thirdparty/D3D12MA/src/**.cpp",
5761
"NVRHI/thirdparty/D3D12MA/include/**.h"
5862
}

0 commit comments

Comments
 (0)