add env var

This commit is contained in:
benedetta davico
2025-04-02 13:02:38 +02:00
committed by GitHub
parent 540a75029e
commit 61fe520688
@@ -36,8 +36,10 @@ jobs:
with:
toolchain: stable
targets: x86_64-apple-darwin
override: true
default: false
- name: Set CARGO_BUILD_TARGET environment variable
run: echo "CARGO_BUILD_TARGET=x86_64-apple-darwin" >> $GITHUB_ENV
- name: Install the Apple developer certificate for code signing
env:
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}