Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed May 13, 2024
1 parent 502f681 commit 3167926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: rm -fr .cargo/config.toml

- name: Build The Examples (Link With LLD, strong compiler intrinsics)
run: cargo build --examples --target=thumbv4t-none-eabi -Zbuild-std=core -Clink-arg=-Tlinker_scripts/mono_boot.ld
run: RUSTFLAGS="-Clink-arg=-Tlinker_scripts/mono_boot.ld" cargo build --examples --target=thumbv4t-none-eabi -Zbuild-std=core

- name: Build The Crate With No Default Features (build script usage simulation)
run: cargo build --no-default-features

0 comments on commit 3167926

Please sign in to comment.