Skip to content

Commit

Permalink
[CI]: Fix codegen-v2 CI (#3726)
Browse files Browse the repository at this point in the history
* [CI]: Fix codegen-v2 compilation issue after updating toolchain

* Run codegen-v2.yml on each Pull Request

* [KMP]: Bump WC version

* [CI]: Refactor release sizes report
  • Loading branch information
satoshiotomakan committed Mar 13, 2024
1 parent b050875 commit fcef924
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 102 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codegen-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ name: Codegen-v2 Tests
on:
push:
branches: [ dev, master ]
paths:
- 'codegen-v2/**'
pull_request:
branches: [ dev, master ]
paths:
- 'codegen-v2/**'

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
156 changes: 66 additions & 90 deletions codegen-v2/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/kmp/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.trustwallet:wallet-core-kotlin:4.0.27")
implementation("com.trustwallet:wallet-core-kotlin:4.0.28")
}
}
val commonTest by getting {
Expand Down
Loading

0 comments on commit fcef924

Please sign in to comment.