Skip to content

Commit f021b5a

Browse files
committed
add missing aarch64 dep
1 parent 84cf349 commit f021b5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
key: ${{ needs.fetch_golang.outputs.key }}
4646

4747
# for cgo definitions
48-
- run: "sudo bash -c ' apt install -y {gcc,g++,binutils}-{i686-linux-gnu,x86-64-linux-gnu,arm-linux-gnueabihf} {gcc,g++}-mingw-w64-{i686,x86-64}-win32 binutils-mingw-w64-{i686,x86-64}'"
48+
- run: "sudo bash -c ' apt install -y {gcc,g++,binutils}-{i686-linux-gnu,x86-64-linux-gnu,arm-linux-gnueabihf,aarch64-linux-gnu} {gcc,g++}-mingw-w64-{i686,x86-64}-win32 binutils-mingw-w64-{i686,x86-64}'"
4949

5050
- run: env go_dir=$(realpath go) tag=${{ matrix.go_version }} ./gen.sh
5151

0 commit comments

Comments
 (0)