Skip to content

Commit

Permalink
Attempt to build shared libs dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Jul 22, 2024
1 parent eb9c3f1 commit 2925f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-mvn-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
name: Build x86_64-unknown-linux-gnu target
steps:
# - uses: actions/checkout@v2
- uses: actions/checkout@v2
# - name: Run Build Script
# run: |
# cd bindings/tbdex_uniffi/libtargets/x86_64_unknown_linux_gnu
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
name: Build x86_64-unknown-linux-musl target
steps:
# - uses: actions/checkout@v2
- uses: actions/checkout@v2
# - name: Run Build Script
# run: |
# cd bindings/tbdex_uniffi/libtargets/x86_64_unknown_linux_musl
Expand Down

0 comments on commit 2925f12

Please sign in to comment.