Skip to content

Commit 11075e2

Browse files
committed
ci: Fix release workflow
1 parent 6adba1d commit 11075e2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
with:
4343
dotnet-version: '10.x.x'
4444

45+
- name: Install ARM64 compilation toolchain
46+
if: matrix.rid-os == 'linux' && matrix.arch == 'arm64'
47+
run: |
48+
sudo apt-get update
49+
sudo apt-get install -y gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
50+
4551
- name: Publish Native Project
4652
shell: bash
4753
run: |

0 commit comments

Comments
 (0)