Skip to content

Commit

Permalink
Force ld.gold for armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Mar 31, 2024
1 parent 0550def commit 4797ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
sudo dpkg --add-architecture armhf
sudo apt-get update -y
sudo apt-get install -y libncurses-dev:armhf
export LD=ld.gold
sh .github/scripts/cross.sh
test-cross-js:
Expand Down

0 comments on commit 4797ff7

Please sign in to comment.