Skip to content

Commit

Permalink
testing RunAction 29
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekinstnt committed Sep 10, 2024
1 parent 8fea7bf commit d234694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
sudo apt-get install -y build-essential pkg-config libsodium-dev libssl-dev libzmq3-dev
sudo snap install --edge --classic just
xcode-select --install
cargo install cargo-lipo
#xcode-select --install
#cargo install cargo-lipo
COMMIT_MESSAGE=$(git log -1 --pretty=%B)
if [[ "$COMMIT_MESSAGE" == *"RunAction"* ]]; then
Expand Down
2 changes: 2 additions & 0 deletions aries/wrappers/uniffi-aries-vcx/scripts/ios.build.cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@

rustup target add aarch64-apple-ios

cargo install cargo-lipo

pushd "${UNIFFI_ROOT}/core"
cargo run --features=uniffi/cli --bin uniffi-bindgen generate src/vcx.udl --language ${LANGUAGE}
popd
Expand Down

0 comments on commit d234694

Please sign in to comment.