Skip to content

Commit

Permalink
Issue TBD54566975#94: Try to use a different JVM that will not be in …
Browse files Browse the repository at this point in the history
…virtualized x86_64 mode
  • Loading branch information
ALRubinger committed Jul 29, 2024
1 parent 68a2c0d commit d69ce52
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-issue-94.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d69ce52

Please sign in to comment.