File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 76
76
brew install libtool
77
77
brew install automake
78
78
79
+
80
+ - name : Ensure CMake Windows
81
+ if : matrix.os == 'windows-latest'
82
+ run : choco install cmake --install-args 'ADD_CMAKE_TO_PATH=System' -y
83
+
84
+
79
85
- name : Initialize vcpkg
80
86
uses : lukka/run-vcpkg@v11
81
87
with :
@@ -111,14 +117,7 @@ jobs:
111
117
with :
112
118
name : PhotoshopAPI_Py-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }}
113
119
path : wheelhouse/*.whl
114
-
115
- - name : Upload logs as artifact
116
- if : always() # Ensure this runs no matter what
117
- uses : actions/upload-artifact@v3
118
- with :
119
- name : build-logs
120
- path : D:\a\PhotoshopAPI\PhotoshopAPI\build\temp.win-amd64-cpython-37\Release\psapi\vcpkg-manifest-install.log
121
-
120
+
122
121
mock-publish :
123
122
name : Mock Upload release to PyPI
124
123
permissions :
You can’t perform that action at this time.
0 commit comments