Skip to content

Commit

Permalink
ci: fix armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed Nov 16, 2023
1 parent 577d66d commit 34fc176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf
UPPER_TARGET=(echo ${{ matrix.rust-target }} | tr '[a-z]-' '[A-Z]_')
UPPER_TARGET=$(echo ${{ matrix.rust-target }} | tr '[a-z]-' '[A-Z]_')
echo "CARGO_TARGET_${UPPER_TARGET}_LINKER=arm-linux-gnueabihf-gcc" >> "$GITHUB_ENV"
- name: Install musl toolchain
if: matrix.platform == 'linux' && matrix.libc == 'musl'
Expand Down

0 comments on commit 34fc176

Please sign in to comment.