File tree 3 files changed +15
-8
lines changed
3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,7 @@ jobs:
131
131
echo "::error Unknown architecture/build-type triplet mapping"
132
132
}
133
133
134
- - if : ${{ !contains(matrix.build_type, 'arm64ec') }}
135
- uses : lukka/run-vcpkg@v11
134
+ - uses : lukka/run-vcpkg@v11
136
135
with :
137
136
runVcpkgInstall : true
138
137
vcpkgJsonGlob : ' **/build/vcpkg.json'
Original file line number Diff line number Diff line change 51
51
52
52
- name : ' Build'
53
53
working-directory : ${{ github.workspace }}
54
- run : cmake --build out\ build\ ${{ matrix.build_type }}
54
+ run : cmake --build out/ build/ ${{ matrix.build_type }}
Original file line number Diff line number Diff line change 3
3
"dependencies" : [
4
4
" directxmath" ,
5
5
" directx-headers" ,
6
- " openexr" ,
7
- " libpng" ,
8
- " libjpeg-turbo"
6
+ {
7
+ "name" : " openexr" ,
8
+ "platform" : " linux | (windows & !arm64ec)"
9
+ },
10
+ {
11
+ "name" : " libpng" ,
12
+ "platform" : " linux | (windows & !arm64ec)"
13
+ },
14
+ {
15
+ "name" : " libjpeg-turbo" ,
16
+ "platform" : " linux | (windows & !arm64ec)"
17
+ }
9
18
]
10
- }
11
-
19
+ }
You can’t perform that action at this time.
0 commit comments