File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -41,18 +41,18 @@ jobs:
41
41
strategy :
42
42
matrix :
43
43
images :
44
- - name : windows-2019
45
- vspath : ' C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise'
46
- arch : x86_amd64
47
- - name : windows-2019
48
- vspath : ' C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise'
49
- arch : x86
50
- # - name: windows-2022
51
- # vspath: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise'
52
- # arch: x64
53
- # - name: windows-2022
54
- # vspath: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise'
44
+ # - name: windows-2019
45
+ # vspath: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise'
46
+ # arch: x86_amd64
47
+ # - name: windows-2019
48
+ # vspath: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise'
55
49
# arch: x86
50
+ - name : windows-2022
51
+ vspath : ' C:\Program Files\Microsoft Visual Studio\2022\Enterprise'
52
+ arch : x64
53
+ - name : windows-2022
54
+ vspath : ' C:\Program Files\Microsoft Visual Studio\2022\Enterprise'
55
+ arch : x86
56
56
steps :
57
57
- name : Checkout
58
58
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -224,9 +224,6 @@ else ()
224
224
file (COPY src/x86/ffitarget.h
225
225
DESTINATION ${CMAKE_CURRENT_BINARY_DIR} /include )
226
226
endif ()
227
-
228
- file (READ ${CMAKE_CURRENT_BINARY_DIR} /include/ffi.h TMP_CONTENT )
229
- message (status "ffi.h\n ${TMP_CONTENT} " )
230
227
231
228
foreach (asm_file ${libffi_platform_asm} )
232
229
if (MSVC )
You can’t perform that action at this time.
0 commit comments