Skip to content

Commit 9dcf29e

Browse files
Copilot0xrinegade
andcommitted
Fix macOS and Linux build issues: add Python distutils step and author email
Co-authored-by: 0xrinegade <[email protected]>
1 parent 68de900 commit 9dcf29e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/build-macos-native.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
${{ runner.os }}-macos-native-
4343
${{ runner.os }}-yarn-
4444
45+
- name: Install Python distutils
46+
run: |
47+
python3 -m ensurepip --upgrade
48+
python3 -m pip install --upgrade pip setuptools
49+
4550
- name: Install dependencies
4651
run: yarn install --frozen-lockfile
4752

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"private": true,
55
"description": "SVMSeek Wallet - Secure Solana wallet for SPL tokens and DeFi applications",
66
"homepage": "https://svmseek.com",
7+
"author": {
8+
"name": "OpenSVM",
9+
"email": "[email protected]"
10+
},
711
"dependencies": {
812
"@coral-xyz/anchor": "^0.31.1",
913
"@emotion/react": "^11.14.0",

0 commit comments

Comments
 (0)