From 78e6a13416ee265c10b558c2b6aedec96ce16af3 Mon Sep 17 00:00:00 2001 From: dalance Date: Fri, 10 May 2024 10:44:00 +0900 Subject: [PATCH] Fix release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c4a6612..6310c0b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,7 @@ jobs: if: matrix.os == 'macOS-latest' run: | rustup target add aarch64-apple-darwin + rustup target add x86_64-apple-darwin - name: Build for linux if: matrix.os == 'ubuntu-latest' run: |