adding target

This commit is contained in:
benedetta davico
2025-04-03 11:11:11 +02:00
committed by GitHub
parent 3a7f850840
commit 5fd0fb9bd8
@@ -64,6 +64,9 @@ jobs:
fileName: '.env'
encodedString: ${{ secrets.WALLET_ADMIN_ADDRESS }}
- name: Add Rust target for x86_64-apple-darwin
run: rustup target add x86_64-apple-darwin
- name: Set Cargo build target to x86_64
run: echo "CARGO_BUILD_TARGET=x86_64-apple-darwin" >> $GITHUB_ENV