We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c6c57 commit 0d13e62Copy full SHA for 0d13e62
.github/workflows/CI.yml
@@ -113,7 +113,6 @@ jobs:
113
if: ${{ contains(matrix.os, 'macos') && matrix.ARCH == 'x86_64' }}
114
run: |
115
brew install libsodium gnutls
116
- python -m pip install distutils
117
118
- name: Install Mac-OS arm64 Dependencies
119
if: ${{ contains(matrix.os, 'macos') && matrix.ARCH == 'arm64' }}
@@ -123,7 +122,6 @@ jobs:
123
122
echo "PATH=$PATH" >> $GITHUB_ENV
124
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
125
echo "npm_config_target_arch=$npm_config_target_arch" >> $GITHUB_ENV
126
127
128
- name: Install Dependencies and Build
129
if: ${{ !matrix.docker }}
0 commit comments