Skip to content

Commit

Permalink
Removing arch typo (i386)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 19, 2024
1 parent 5b685aa commit ad476c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ jobs:
if [ "${{ matrix.arch }}" == "arm64" ]; then
CC=gcc
elif [ "${{ matrix.arch }}" == "arm" ]; then
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install -y libssl-dev:i386
sudo apt install -y libssl-dev
sudo apt install -y gcc-arm-linux-gnueabi
CC=gcc-arm-linux-gnueabi
CC=arm-linux-gnueabi-gcc
fi
echo "CC=$CC" >> $GITHUB_ENV
- name: Build Debug Target
Expand Down

0 comments on commit ad476c4

Please sign in to comment.