Skip to content

Commit

Permalink
Merge pull request TonDevWallet#9 from TonDevWallet/w5-support
Browse files Browse the repository at this point in the history
W5 Support
  • Loading branch information
TrueCarry authored Jul 15, 2024
2 parents ee3cd0e + 83b8333 commit f5b4d02
Show file tree
Hide file tree
Showing 19 changed files with 5,477 additions and 4,119 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:
with:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
- uses: pnpm/action-setup@v4
with:
version: latest
- run: corepack enable
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
node-version: 20
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- uses: pnpm/action-setup@v4
with:
version: latest
- run: corepack enable
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
run: |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^5.2.11"
}
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}
Loading

0 comments on commit f5b4d02

Please sign in to comment.