File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 93
93
with :
94
94
vcvarsall : ${{ contains(matrix.os, 'windows') }}
95
95
cmake : true
96
+ python : true
96
97
architecture : ${{ matrix.cpp_arch }}
97
98
98
99
@@ -112,6 +113,7 @@ jobs:
112
113
if : ${{ contains(matrix.os, 'macos') && matrix.ARCH == 'x86_64' }}
113
114
run : |
114
115
brew install libsodium gnutls
116
+ python -m pip install distutils
115
117
116
118
- name : Install Mac-OS arm64 Dependencies
117
119
if : ${{ contains(matrix.os, 'macos') && matrix.ARCH == 'arm64' }}
@@ -121,6 +123,7 @@ jobs:
121
123
echo "PATH=$PATH" >> $GITHUB_ENV
122
124
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
123
125
echo "npm_config_target_arch=$npm_config_target_arch" >> $GITHUB_ENV
126
+ python -m pip install distutils
124
127
125
128
- name : Install Dependencies and Build
126
129
if : ${{ !matrix.docker }}
You can’t perform that action at this time.
0 commit comments