Skip to content

Commit ac7b5a1

Browse files
committed
Try enabling linux arm64 back #8
1 parent fcc556f commit ac7b5a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-22.04
5151
strategy:
5252
matrix:
53-
target_machine: ["x64"]
53+
target_machine: ["x64", "arm64"]
5454
build_type: [Release, Debug]
5555
fail-fast: false
5656
steps:

script/prepare_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ add-apt-repository ppa:ubuntu-toolchain-r/test -y
77
apt-get update -y
88
apt-get install build-essential software-properties-common -y
99
apt-get update
10-
apt-get install gcc-10 g++-10 -y
10+
apt-get install gcc-10 g++-10 gcc-10-aarch64-linux-gnu g++-10-aarch64-linux-gnu -y
1111
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 60 --slave /usr/bin/g++ g++ /usr/bin/g++-10
1212
update-alternatives --config gcc
1313

0 commit comments

Comments
 (0)