Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 2925f12

Browse files
committed
Attempt to build shared libs dynamically
1 parent eb9c3f1 commit 2925f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-mvn-2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
name: Build x86_64-unknown-linux-gnu target
4848
steps:
49-
# - uses: actions/checkout@v2
49+
- uses: actions/checkout@v2
5050
# - name: Run Build Script
5151
# run: |
5252
# cd bindings/tbdex_uniffi/libtargets/x86_64_unknown_linux_gnu
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
name: Build x86_64-unknown-linux-musl target
6363
steps:
64-
# - uses: actions/checkout@v2
64+
- uses: actions/checkout@v2
6565
# - name: Run Build Script
6666
# run: |
6767
# cd bindings/tbdex_uniffi/libtargets/x86_64_unknown_linux_musl

0 commit comments

Comments
 (0)