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 9393 with :
9494 vcvarsall : ${{ contains(matrix.os, 'windows') }}
9595 cmake : true
96+ python : true
9697 architecture : ${{ matrix.cpp_arch }}
9798
9899 - uses : pnpm/action-setup@v2.2.4
@@ -112,6 +113,7 @@ jobs:
112113 if : ${{ contains(matrix.os, 'macos') && matrix.ARCH == 'x86_64' }}
113114 run : |
114115 brew install libsodium gnutls
116+ python -m pip install distutils
115117
116118 - name : Install Mac-OS arm64 Dependencies
117119 if : ${{ contains(matrix.os, 'macos') && matrix.ARCH == 'arm64' }}
@@ -121,6 +123,7 @@ jobs:
121123 echo "PATH=$PATH" >> $GITHUB_ENV
122124 echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
123125 echo "npm_config_target_arch=$npm_config_target_arch" >> $GITHUB_ENV
126+ python -m pip install distutils
124127
125128 - name : Install Dependencies and Build
126129 if : ${{ !matrix.docker }}
You can’t perform that action at this time.
0 commit comments