Skip to content

Commit

Permalink
(rebase me)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Oct 22, 2023
1 parent abe633e commit 398acdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
curl -LO "https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-musl.tar.gz"
tar xf cross-x86_64-unknown-linux-musl.tar.gz
echo "CARGO=cross" >> $GITHUB_ENV
echo "RUSTFLAGS='--cfg sd_cross_compile'"
echo "RUSTFLAGS='--cfg sd_cross_compile'" >> $GITHUB_ENV
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
- name: Test
Expand Down

0 comments on commit 398acdf

Please sign in to comment.