From ff20ead0ee6f86634ab8a9a2af9d8713d60abb26 Mon Sep 17 00:00:00 2001 From: Yutaka Kamei Date: Fri, 26 Dec 2025 10:35:01 +0900 Subject: [PATCH] Install cross directly --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3562cfcd..12576e93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - name: Install cross if: matrix.os == 'ubuntu-latest' - uses: taiki-e/install-action@dffcc4dd22f40f81140c10e7529f6d98c0728621 # cross + run: cargo install cross - name: Build with Cargo if: matrix.os != 'ubuntu-latest'