diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 3ed8d6188e..afa98ede0f 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -35,6 +35,7 @@ jobs: - id: build shell: bash run: | + export CROSS_NO_WARNINGS=0 export TARGET=${{ matrix.arch }}-${{ matrix.target-suffix }} rustup target add "${TARGET}" cross build --release --target ${TARGET}