From 6ef8cf5cd54b4e3e489ccfef50a80e1b69feac22 Mon Sep 17 00:00:00 2001 From: miranda Date: Fri, 2 Aug 2024 03:37:24 +0300 Subject: [PATCH] CI: fix cross target --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff679c5..4c78e82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: uses: houseabsolute/actions-rust-cross@v0 with: command: build - target: ${{ matrix.platform.target }} + target: ${{ matrix.target }} args: "--verbose" strip: true