Skip to content

Commit

Permalink
Switch GCC 32bit (gcc-11-arm-linux-gnueabi)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 19, 2024
1 parent 8421ef8 commit 173da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt update
sudo apt install -y libssl-dev:i386
sudo apt install -y gcc-arm-linux-gnueabi
CC=arm-linux-gnueabi-gcc
CC=gcc-11-arm-linux-gnueabi
fi
echo "CC=$CC" >> $GITHUB_ENV
- name: Build Debug Target
Expand Down

0 comments on commit 173da2f

Please sign in to comment.