From de7ec376f74a0d8c2aef61c6f814c53bcf60f4da Mon Sep 17 00:00:00 2001 From: lsk569937453 Date: Mon, 8 May 2023 22:22:04 +0800 Subject: [PATCH] Tiny change. --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbd90e4..e42a122 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,11 +50,9 @@ jobs: export PKG_CONFIG_PATH=/usr/local/lib/x86_64-linux-gnu/pkgconfig # pkg-config --variable pc_path pkg-config - name: Build target - uses: actions-rs/cargo@v1 - with: - use-cross: true - command: build - args: --release --target ${{ matrix.target }} + shell: bash + run: | + cargo build --release --target ${{ matrix.target }} - name: Package shell: bash run: |