forked from TBD54566975/tbdex-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue TBD54566975#94: Try to use a different JVM that will not be in …
…virtualized x86_64 mode
- Loading branch information
1 parent
68a2c0d
commit d69ce52
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,10 +72,11 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
- name: Init Hermit | ||
uses: cashapp/activate-hermit@v1 | ||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
cache: true | ||
distribution: 'adopt' | ||
java-version: '11' | ||
- name: Setup | ||
run: just setup | ||
- name: Remove existing tbdex.kt | ||
|
@@ -90,7 +91,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
name: libtbdex_uniffi_macos-latest.dylib | ||
path: bound/kt/src/main/resources/libtbdex_uniffi_x86_64_apple_darwin.dylib | ||
path: bound/kt/src/main/resources/libtbdex_uniffi_aarch64_apple_darwin.dylib | ||
- name: Build and Test Kotlin Project | ||
run: | | ||
mkdir -p test-results | ||
|