From 0bf6d47015de3b0e47eb9be59411e69a10530b4b Mon Sep 17 00:00:00 2001 From: Vhou-Atroph <79807240+Vhou-Atroph@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:44:54 -0600 Subject: [PATCH] Update ci.yml will this work instead --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c34ea12..36142d73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Build Wheel run: | pip install maturin - maturin build --release --out dist --target ${{ matrix.target }} + maturin build --release --out dist --target ${{ matrix.target }}-unknown-linux-gnu - name: Upload Wheel uses: actions/upload-artifact@v3 with: