Skip to content

Commit

Permalink
Update build-c-bindings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Aug 12, 2024
1 parent 0b04f94 commit 685559c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-c-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build Rust for Non-MUSL - ${{ matrix.settings.target }}
if: ${{ !contains(matrix.settings.target, 'musl') }}
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-musl-gcc
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
RUSTFLAGS: "-D warnings -C target-feature=-crt-static"
run: cargo build -p infisical-c --target ${{ matrix.settings.target }} --release

Expand Down

0 comments on commit 685559c

Please sign in to comment.