diff --git a/.github/workflows/build-openbsd.yml b/.github/workflows/build-openbsd.yml index 3220538..63bd063 100644 --- a/.github/workflows/build-openbsd.yml +++ b/.github/workflows/build-openbsd.yml @@ -30,7 +30,7 @@ jobs: echo 'lto = "thin"' >> Cargo.toml fi - export RUSTFLAGS="-C target-cpu=cortex-a53 -C target-feature=+aes,+sha2,+crc -C opt-level=3 -C linker=lld" + export RUSTFLAGS="-C target-cpu=cortex-a53 -C target-feature=+aes,+sha2,+crc -C opt-level=3" cargo build --release @@ -39,4 +39,4 @@ jobs: with: name: telemt-openbsd-aarch64 path: target/release/telemt - retention-days: 7 \ No newline at end of file + retention-days: 7