Skip to content

Commit

Permalink
sdfasdfasd
Browse files Browse the repository at this point in the history
  • Loading branch information
pacu committed Jun 10, 2024
1 parent 3c660ec commit f474082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Build Rust library
run: cargo build

- name: Get directory
run: ls target/debug

- name: Generate Go Bindings
run: uniffi-bindgen-go --library './target/debug/libfrost_uniffi_sdk.so' --out-dir .

Expand All @@ -42,4 +39,4 @@ jobs:
go mod tidy
- name: Test Bindings
run: sh Scripts/test_bindings.sh
run: /bin/bash Scripts/test_bindings.sh
1 change: 0 additions & 1 deletion Scripts/test_bindings.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -euxo pipefail

ROOT_DIR=$(pwd)
SCRIPT_DIR="${SCRIPT_DIR:-$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )}"
Expand Down

0 comments on commit f474082

Please sign in to comment.