Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Oct 21, 2024
1 parent 09f449d commit 6648986
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
# uses: mozilla-actions/sccache-action@v0.0.3

# Installing Build Dependencies
- name: Adding Target
run: rustup target add ${{ matrix.build-target.target-triple }}
- name: Build Dependencies (aarch64 linux)
if: ${{ matrix.build-target.target-triple == 'aarch64-unknown-linux-gnu' }}
run: |
Expand Down Expand Up @@ -195,7 +197,7 @@ jobs:
repository: radixdlt/uniffi-bindgen-cs
path: uniffi-bindgen-cs
submodules: 'recursive'
ref: bc78e828d86ffb2d0e674ddc990726c78299ff89
ref: c2c9ab306cc8b8402b2a8ba76c632ad090435023
- name: Clone uniffi-bindgen-go
uses: RDXWorks-actions/checkout@main
with:
Expand Down Expand Up @@ -372,7 +374,7 @@ jobs:
path: "./artifacts/RadixEngineToolkit.xcframework"
publish-kotlin-maven-github:
needs: [build, generate-uniffi-bindings]
runs-on: macos-13
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -458,7 +460,7 @@ jobs:
build-root-directory: interop/kotlin/ret-kotlin
publish-android-maven:
needs: [build, generate-uniffi-bindings]
runs-on: macos-13
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 6648986

Please sign in to comment.