File tree Expand file tree Collapse file tree 3 files changed +19
-18
lines changed
Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -68,21 +68,21 @@ jobs:
6868 python : ' 3.11'
6969 triplet : x64-osx-mixed
7070
71- - runs-on : windows-latest
72- python : ' 3.7'
73- triplet : x64-windows
74- - runs-on : windows-latest
75- python : ' 3.8'
76- triplet : x64-windows
77- - runs-on : windows-latest
78- python : ' 3.9'
79- triplet : x64-windows
80- - runs-on : windows-latest
81- python : ' 3.10'
82- triplet : x64-windows
83- - runs-on : windows-latest
84- python : ' 3.11'
85- triplet : x64-windows
71+ # - runs-on: windows-latest
72+ # python: '3.7'
73+ # triplet: x64-windows
74+ # - runs-on: windows-latest
75+ # python: '3.8'
76+ # triplet: x64-windows
77+ # - runs-on: windows-latest
78+ # python: '3.9'
79+ # triplet: x64-windows
80+ # - runs-on: windows-latest
81+ # python: '3.10'
82+ # triplet: x64-windows
83+ # - runs-on: windows-latest
84+ # python: '3.11'
85+ # triplet: x64-windows
8686 env :
8787 VCPKG_DEFAULT_TRIPLET : ${{ matrix.triplet }}
8888 runs-on : ${{ matrix.runs-on }}
Original file line number Diff line number Diff line change 11set (VCPKG_TARGET_ARCHITECTURE x64)
2+
3+ set (VCPKG_CMAKE_SYSTEM_NAME Linux)
4+
25if (PORT MATCHES "sdl" )
36 set (VCPKG_LIBRARY_LINKAGE dynamic)
47 set (VCPKG_CRT_LINKAGE dynamic)
58else ()
69 set (VCPKG_LIBRARY_LINKAGE static )
710 set (VCPKG_CRT_LINKAGE static )
811endif ()
9-
10- set (VCPKG_CMAKE_SYSTEM_NAME Linux)
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts /vcpkg.schema.json" ,
2+ "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs /vcpkg.schema.json" ,
33 "name" : " arcade-learning-environment" ,
44 "version" : " 0.8.1" ,
55 "dependencies" : [
You can’t perform that action at this time.
0 commit comments