Skip to content

Commit

Permalink
WIP: debugging the github CI build for no-default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Dec 19, 2024
1 parent e8bdd58 commit 2327b4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ jobs:
- name: Add lazy_static with the spin_no_std feature
working-directory: ./ci-build
run: cargo add lazy_static --features "spin_no_std"
- name: Copy pinned dependencies into synthetic crate
run: cp crate_root/Cargo.lock ci-build/
- name: Add target
working-directory: ./ci-build
run: rustup target add ${{ matrix.target }}
- name: Render the `subtle` dependency tree
working-directory: ./ci-build
run: cargo tree -i subtle -e features
- name: Build for target
working-directory: ./ci-build
Expand Down

0 comments on commit 2327b4c

Please sign in to comment.